diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-05-18 14:47:56 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-05-18 14:47:56 -0400 |
commit | f2007435ca9e15257cb80085edcbf7f897993f64 (patch) | |
tree | 3e8963a10acbb1574ae8f981a1fe663684ab82f2 /CHANGELOG | |
parent | 46d21ab45cdc23c45296e1e336b7dbbf00849c56 (diff) |
URL-escape with '.' instead of '%', to avoid confusing proxies
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ ======== +Next +======== + +- Changed URL escaping convention, to avoid confusing proxies. + The new convention is like the normal one, but with '.' instead of '%'. + +======== 20100506 ======== |