From: Wolfram Schneider Date: Fri, 6 Jun 2014 11:05:16 +0000 (+0000) Subject: The service proxy auth URL shortcut may contain ;jsessionid= as part of the URL path... X-Git-Tag: 1.0.0~550 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=2375e9b5042e6ff511ad65f8d47185d66f80f3bd The service proxy auth URL shortcut may contain ;jsessionid= as part of the URL path, MKWS-203 --- diff --git a/tools/apache2/mkws-dev b/tools/apache2/mkws-dev index 9805492..582af95 100644 --- a/tools/apache2/mkws-dev +++ b/tools/apache2/mkws-dev @@ -30,10 +30,10 @@ # jasmine test account - RewriteRule /service-proxy-testauth /service-proxy/?command=auth&action=login&username=mkwstest&password=mkwstest [P] # [NE,P] + RewriteRule /service-proxy-testauth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=mkwstest&password=mkwstest [P] # [NE,P] # mkws devel account (e.g. memached testing) - RewriteRule /service-proxy-auth /service-proxy/?command=auth&action=login&username=mkwsdev&password=mkwsdev [P] # [NE,P] + RewriteRule /service-proxy-auth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=mkwsdev&password=mkwsdev [P] # [NE,P] ProxyPass /service-proxy/ http://sp-mkc.indexdata.com/service-proxy/ ProxyPassReverse /service-proxy/ http://sp-mkc.indexdata.com/service-proxy/