github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2017-04-16 10:42 pm

[dreamwidth/dw-free] c1e47c: Fix redirect for query strings

Branch: refs/heads/release-1.32
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.


Commit: b94c7efbf8101a501207a577e1b4bec2d0138154
https://github.com/dreamwidth/dw-free/commit/b94c7efbf8101a501207a577e1b4bec2d0138154
Author: Jen <kareila@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:
-----------
Merge pull request #2122 from zorkian/fix-redir

Fix redirect for query strings - fixes #2121.


Compare: https://github.com/dreamwidth/dw-free/compare/1d34018a37d8...b94c7efbf810