Skip to content

#2984272 Creating a fresh fork and apply fixes to query parms with dots and duplicate keys

Closes #2984272

  • Handle parse of query parameters of URL with dots(.) in the keys/names. ex. ?name.first=john
  • Handle duplicate parameters being merged into an array ex. ?age=5,age=6

Merge request reports