I have mod_proxy redirection from http://myhost/ to 
http://myhost:8080/main/live/
(lenya is deployed on root context on virtual host 'myhost')
Now, when requesting "http://myhost/"; it redirects with code 302 to
http://myhost/index.html;jsessionid=blablabla

The jsessionid added only when redirecting from "/" to "/index.html"
in publication-sitemap.xmap:
      <map:match pattern="**/">
        <map:redirect-to uri="index.html" session="true"/>
      </map:match>
and only when using mod_proxy.

It's not a big problem, but looks annoying.
Could someone tell, where to hack to remove this ?

-- 
 qMax


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to