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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org