From: Gustaf N. <ne...@wu...> - 2016-03-26 16:24:01
|
Dear David, this issue is addressed by the following commit on bitbucket: https://bitbucket.org/naviserver/naviserver/commits/052ba1d24e6061c03fe1a09735bb29031cf12a61 all the best and happy easter! -g Am 17.03.16 um 20:57 schrieb Gustaf Neumann: > Dear David, > > Although i do wonder, why this was not noticed before, i think this is > a bug. > The code is quite old and is the same as in aolserver. The intention > is of this > code block is to restart the query, there is no reason, why in such case > the query variables should be omitted. > > -g > > Am 17.03.16 um 11:56 schrieb David Osborne: >> HI, >> >> Quick question. >> We've noticed that when fastpath does an internal 302 redirect for >> URLs without a trailing slash, it seems to drop the query string. >> Is this intended behaviour? >> >> eg. >> http://site.com/news?a=1 >> 302 redirects to >> http://site.com/news/ >> >> I think it maybe this redirect that's in action: >> https://bitbucket.org/naviserver/naviserver/src/0aa51bd108e09f34131231b1e80446d614b943eb/nsd/fastpath.c?at=default&fileviewer=file-view-default#fastpath.c-245 >> >> Regards, >> -- David |