Page MenuHomePhabricator

Use "QUERY_STRING", not "REQUEST_URI", to parse raw request parameters
ClosedPublic

Authored by epriestley on Feb 28 2019, 6:42 PM.
Tags
None
Referenced Files
F14920296: D20227.diff
Fri, Feb 14, 6:49 AM
Unknown Object (File)
Sun, Feb 9, 7:18 AM
Unknown Object (File)
Sun, Feb 9, 7:18 AM
Unknown Object (File)
Sun, Feb 9, 7:18 AM
Unknown Object (File)
Sun, Feb 9, 7:18 AM
Unknown Object (File)
Fri, Jan 31, 9:16 PM
Unknown Object (File)
Sat, Jan 25, 3:58 AM
Unknown Object (File)
Sat, Jan 25, 3:58 AM
Subscribers
None

Details

Summary

Fixes T13260. "QUERY_STRING" and "REQUEST_URI" are similar for our purposes here, but our nginx documentation tells you to pass "QUERY_STRING" and doesn't tell you to pass "REQUEST_URI". We also use "QUERY_STRING" in a couple of other places already, and already have a setup check for it.

Use "QUERY_STRING" instead of "REQUEST_URI".

Test Plan

Visited /oauth/google/?a=b, got redirected with parameters preserved.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable