From 87f62507bec99cab31156f49b0bbf343f683b51d Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Thu, 25 Apr 2013 19:23:39 -0700 Subject: [PATCH] Update 2.6 release notes with mod_rewrite change Change-Id: I735db79cfbc16c9efcf674ba1596f9ab5155afca --- ReleaseNotes/ReleaseNotes-2.6.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ReleaseNotes/ReleaseNotes-2.6.txt b/ReleaseNotes/ReleaseNotes-2.6.txt index f73c306c9b..3c1c4739e9 100644 --- a/ReleaseNotes/ReleaseNotes-2.6.txt +++ b/ReleaseNotes/ReleaseNotes-2.6.txt @@ -427,11 +427,12 @@ responses are protected from accidential sniffing and treatment as HTML thanks to Gson encoding HTML control characters using Unicode character escapes within JSON strings. -* Apache reverse proxies need `AllowEncodedSlashes NoDecode` +* Apache reverse proxies must switch to mod_rewrite + -When Apache is used as a reverse proxy the NoDecode option -must be set for AllowEncodedSlashes to prevent Apache from -mangling Gerrit REST API URLs. +When Apache is used as a reverse proxy the server must be reconfigured +to use mod_rewrite and AllowEncodedSlashes. For updated information +link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.6/config-reverseproxy.html#_apache_2_configuration[ +review the Apache 2 Configuration documentation]. Project Dashboards ~~~~~~~~~~~~~~~~~~