例如:
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.
答案 0 :(得分:0)
我们的网站使用相同版本,但未显示此行为:
http://www.gwan.ch/en_timeline.html?
http://www.gwan.ch/developers?
这两个请求都具有相同的效果:
http://www.gwan.ch/en_timeline.html
http://www.gwan.ch/developers
2013年实施了对静态内容(而不是servlet)的查询字符串的支持。