On 5/25/05, qMax <[EMAIL PROTECTED]> wrote: > 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
I did no research, but how about removing session="true" ? solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
