X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fapache2%2Fmkws-git;h=92fa46b0f25daa70786bd6ba670a2b72be418ea2;hp=798d5614aab3575c4bcceed3605a61114fdb0979;hb=5ae16f60a7d39560faa5d2f7d799d1dd2eff2758;hpb=b6a4114b245ffe3643d5f7aa580012f4a5227715 diff --git a/tools/apache2/mkws-git b/tools/apache2/mkws-git index 798d561..92fa46b 100644 --- a/tools/apache2/mkws-git +++ b/tools/apache2/mkws-git @@ -13,7 +13,7 @@ RewriteEngine on RewriteLogLevel 1 RewriteLog /var/log/apache2/mkws-git-rewrite.log - RewriteRule /service-proxy-auth /service-proxy/?command=auth&action=login&username=guest&password=guest [P] # [NE,P] + RewriteRule /service-proxy-auth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=guest&password=guest [P] # [NE,P] # The following rule allows the server to accept service-proxy # requests that begin with an escaped "%3F" rather than a literal