[dreamwidth/dw-free] c1e47c: Fix redirect for query strings
Branch: refs/heads/fix-redir
Home: https://github.com/dreamwidth/dw-free
Commit: c1e47cd76e6cd881045b53744d68655ff74e0bbb
https://github.com/dreamwidth/dw-free/commit/c1e47cd76e6cd881045b53744d68655ff74e0bbb
Author: Mark Smith <mark@dreamwidth.org>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/LJ/Web.pm
Log Message:
-----------
Fix redirect for query strings
Certain codepaths use querystrings that do not contain arguments and
instead are just plaintext. This codepath was only passing through valid
looking arguments. This updates it to always use the raw query string.
Home: https://github.com/dreamwidth/dw-free
Commit: c1e47cd76e6cd881045b53744d68655ff74e0bbb
https://github.com/dreamwidth/dw-free/commit/c1e47cd76e6cd881045b53744d68655ff74e0bbb
Author: Mark Smith <mark@dreamwidth.org>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/LJ/Web.pm
Log Message:
-----------
Fix redirect for query strings
Certain codepaths use querystrings that do not contain arguments and
instead are just plaintext. This codepath was only passing through valid
looking arguments. This updates it to always use the raw query string.