http - gwan v7.12.2- files in www folder can't be visited when with query string -


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. 

our website, using same version, not show behavior:

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

both request have same effect as:

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

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


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -