panchenko commented on issue #232: Fix handling of query parameters with no 
value, like `?foo`
URL: https://github.com/apache/tomcat/pull/232#issuecomment-573059015
 
 
   The parameter without value can be specified multiple times, like 
`?foo&foo=1&foo`.
   If we want to represent that. it has to be `{null, "1", null}`.
   I afraid nobody likes that, and there is no nice way to represent such 
values via the Servlet API.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to