0

for example:

http://123.456.789.123/page.html, 200 OK  
http://123.456.789.123/page.html?, 404 not found.  
http://123.456.789.123/page.html?debug, 404 not found, too.
Gil
  • 3,279
  • 1
  • 15
  • 25
k.k. lou
  • 1,805
  • 2
  • 13
  • 16

1 Answers1

0

Our website, using the same version, does not show this behavior:

http://www.gwan.ch/en_timeline.html?
http://www.gwan.ch/developers?

Both request have the same effect as:

http://www.gwan.ch/en_timeline.html
http://www.gwan.ch/developers

The support of the query string for static contents (as opposed to servlets) has been implemented in year 2013.

Gil
  • 3,279
  • 1
  • 15
  • 25