]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Extract stickysession information correctly in the case that it is given
authorRuediger Pluem <rpluem@apache.org>
Mon, 4 Sep 2006 19:51:52 +0000 (19:51 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 4 Sep 2006 19:51:52 +0000 (19:51 +0000)
commit339784871793f42e946ed2e38a71a55ceede1569
tree270bce7588d9027def52a2cf990ad6bf3d8d62f3
parent6790cc32bc96cdc99bd1e353b608341b9912f359
* Extract stickysession information correctly in the case that it is given
  as parameter like in the following example:

  www.someplace.com/somewhere/?jsessionid=gggfgdufdfoef.server&parameter=value

  So far we were only able to handle stickysession information encoded in the
  following form:

  www.someplace.com/somewhere/;jsessionid=gggfgdufdfoef.server?parameter=value

PR: 40400

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@440160 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/mod_proxy_balancer.c