Page MenuHomeDevCentral

Handle correctly QUERY_STRING when it's different from REQUEST_URI
ClosedPublic

Authored by dereckson on Nov 4 2017, 03:32.
Tags
None
Referenced Files
F6575234: D1170.diff
Wed, Apr 2, 19:18
Unknown Object (File)
Fri, Mar 28, 06:27
Unknown Object (File)
Mon, Mar 24, 09:39
Unknown Object (File)
Thu, Mar 20, 07:47
Unknown Object (File)
Tue, Mar 18, 09:26
Unknown Object (File)
Tue, Mar 18, 08:58
Unknown Object (File)
Sat, Mar 15, 15:08
Unknown Object (File)
Wed, Mar 12, 14:48
Subscribers
None

Details

Summary

If the server redirects URLs to a specific query string (the Apache
configuration for Espace Win did exactly that, and /screen/color/879497
can be handled like that too), to remove characters from REQUEST_URI
counting QUERY_STRING doesn't work, as the two diverge.

Ref T1294

Test Plan
  • config: set AllowTopicArticleRequest at true
  • nginx: rewrite ^/color/screen/(.+)$ /?Topic=color-screen&Color=$1;

Diff Detail

Repository
rTOOLS Nasqueron Tools
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 4 2017, 03:34
This revision was automatically updated to reflect the committed changes.