bneradt opened a new pull request, #13143: URL: https://github.com/apache/trafficserver/pull/13143
Combo handler query parameters use a colon to select the bucket prefix, but asset paths can also contain colons. Requests with an embedded path colon were split at the last colon, producing the wrong internal fetch URL and failing instead of fetching the requested object. This keeps the first colon as the combo delimiter and leaves later colons in the asset path. This also adds an AuTest case with a neutral asset name so the parser regression is covered. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
