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

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -