You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2020/01/10 14:34:48 UTC

[GitHub] [tomcat] panchenko commented on issue #232: Fix handling of query parameters with no value, like `?foo`

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org