]> git.proxmox.com Git - mirror_acme.sh.git/commit
fix #2830 Autorization segment typo fixed
authorOliver Burgmaier <oliver.burgmaier@daimler.com>
Wed, 1 Apr 2020 18:31:06 +0000 (20:31 +0200)
committerOliver Burgmaier <oliver.burgmaier@daimler.com>
Wed, 1 Apr 2020 18:31:06 +0000 (20:31 +0200)
commit37d22a144a0f4e6e08941672b3137a2045cf1d17
tree1f5f2d3d9c16fe6dd0d9e37e47e8675a27fb3154
parentdc697a686279caf6a534dca51d5c9f4ec23e8f3c
fix #2830 Autorization segment typo fixed

This fixes the parsing of the authorization segment in the response of
an order. Without this fix the start of the array is not found
correctly and therefore the finalize URL is part of the authorization
segment. Changing the regex to *\[[^\[]*\] fix this. Seems to be a typo
which has not been recognized so far. This can be only recognized if
the response is in a single line.
acme.sh