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 10:22:26 UTC

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

bkahlert commented on issue #232: Fix handling of query parameters with no value, like `?foo`
URL: https://github.com/apache/tomcat/pull/232#issuecomment-572976739
 
 
   1. Spring Boot is handling query parameters as described. Example: `@RequestParam MultiValueMap<String, Object> params` in all types of Tests that don't involve Tomcat.
   2. https://github.com/OpenFeign/feign/issues/872#issuecomment-452390655 works that way.
   3. https://tools.ietf.org/html/rfc6570#section-2.3 describes it that way.
   4. The HTTP Verb PATCH could can't be used to its full extends or can harm data, since the called side can't distinguish between null and empty.

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