[dreamwidth/dw-free] 891e92: Fix redirect for query strings
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 891e920ab716a284d629463b4ad0d0a40cd1ad79
https://github.com/dreamwidth/dw-free/commit/891e920ab716a284d629463b4ad0d0a40cd1ad79
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.
Fixes #2121.
Home: https://github.com/dreamwidth/dw-free
Commit: 891e920ab716a284d629463b4ad0d0a40cd1ad79
https://github.com/dreamwidth/dw-free/commit/891e920ab716a284d629463b4ad0d0a40cd1ad79
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.
Fixes #2121.