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

2020-01-20 Thread GitBox
ChristopherSchultz commented on issue #232: Fix handling of query parameters with no value, like `?foo` URL: https://github.com/apache/tomcat/pull/232#issuecomment-576357046 I stiil don't understand the ask, here. It looks like you are taking a situation where you CAN tell whether a parame

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

2020-01-12 Thread GitBox
ChristopherSchultz commented on issue #232: Fix handling of query parameters with no value, like `?foo` URL: https://github.com/apache/tomcat/pull/232#issuecomment-573438973 > I think `?foo&foo=1&foo` leading to `{null, "1", null}` is totally valid and imho the expected behavior. Th

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

2020-01-10 Thread GitBox
ChristopherSchultz commented on issue #232: Fix handling of query parameters with no value, like `?foo` URL: https://github.com/apache/tomcat/pull/232#issuecomment-573055772 I agree that `getParameter` should remain: a parameter present with no value should return `""` and not `null`. `get