jetty.project
jetty.project copied to clipboard
Issue #13234 - empty query entries should be retained for Fields and Servlet Parameters
trafficstars
Fix regression in 12.0.21, where empty query parameters should still produce a Field or Servlet Parameter.
That means ..
?=is a single parameter with key name of empty string (""), with a single value of empty string ("").?=&=is a single parameter with key name of empty string (""), with a two values of empty string ("").?&has no parameters.?&&has no parameters.
Closes #13234