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-26 12:59 pm

[dreamwidth/dw-free] 9c68d1: convert URL space to %20 in get_proxy_url subrouti...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 9c68d12c92e8943576c39a6dc831c83dfa9f901d
https://github.com/dreamwidth/dw-free/commit/9c68d12c92e8943576c39a6dc831c83dfa9f901d
Author: Kareila <kareila@dreamwidth.org>
Date: 2017-04-26 (Wed, 26 Apr 2017)

Changed paths:
M cgi-bin/DW/Proxy.pm
M t/https-url.t

Log Message:
-----------
convert URL space to %20 in get_proxy_url subroutine

This will change the link returned by the proxy to use %20 if the
original URL included a space, which is what most browsers will
expect. Without this transformation, requests that changed
spaces to %20 would fail because the checksums wouldn't match.

Fixes #2134.


Commit: 90162620fee3f26d61eba669a8d6e4a9395ea649
https://github.com/dreamwidth/dw-free/commit/90162620fee3f26d61eba669a8d6e4a9395ea649
Author: alierak <alierak@gmail.com>
Date: 2017-04-26 (Wed, 26 Apr 2017)

Changed paths:
M cgi-bin/DW/Proxy.pm
M t/https-url.t

Log Message:
-----------
Merge pull request #2143 from kareila/2134-urlspaces

convert URL space to %20 in get_proxy_url subroutine


Compare: https://github.com/dreamwidth/dw-free/compare/891e920ab716...90162620fee3