]> 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:24:40 +0000 (20:24 +0200)
committerOliver Burgmaier <oliver.burgmaier@daimler.com>
Wed, 1 Apr 2020 18:24:40 +0000 (20:24 +0200)
commitdc697a686279caf6a534dca51d5c9f4ec23e8f3c
treeb5067f355a0f4928c519a6c93d2134b085f59476
parent5398bac533b122e12b4ad0f0baeadc9d4e4d4472
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