Clendenin opened a new pull request, #13207:
URL: https://github.com/apache/trafficserver/pull/13207

   ## Summary
   Header qualifiers that contain only characters legal in the Prism `IDENT` 
rule
   were being wrapped in double quotes at emission time, which the grammar 
rejects
   on re-parse. Quote a qualifier only when it actually contains characters that
   require quoting.
   
   Adds a parametrized unit test for `Validator.unquote_if_ident` covering
   IDENT-safe stripping, space-containing qualifiers, empty strings, and
   leading-digit rejection, symmetric with the existing `needs_quotes` and
   `quote_if_needed` tests.


-- 
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]

Reply via email to