jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Issue #13234 - empty query entries should be retained for Fields and Servlet Parameters

Open joakime opened this issue 5 months ago • 3 comments
trafficstars

Fix regression in 12.0.21, where empty query parameters should still produce a Field or Servlet Parameter.

That means ..

  1. ?= is a single parameter with key name of empty string (""), with a single value of empty string ("").
  2. ?=&= is a single parameter with key name of empty string (""), with a two values of empty string ("").
  3. ?& has no parameters.
  4. ?&& has no parameters.

Closes #13234

joakime avatar Jun 11 '25 16:06 joakime