Disable URL-rewriting?

2003-11-18 Thread Brice Ruth
Is there any way to disable URL rewriting (with jsessionid) in Tomcat or via struts-config.xml or anything? I'm about at my wits end with this jsessionid thing - now our search engine which indexes by crawling the site (and doesn't support cookies) can't index properly because

Re: Disable URL-rewriting?

2003-11-18 Thread Kris Schneider
encodeUrl and encodeURL? Quoting Brice Ruth [EMAIL PROTECTED]: Is there any way to disable URL rewriting (with jsessionid) in Tomcat or via struts-config.xml or anything? I'm about at my wits end with this jsessionid thing - now our search engine which indexes by crawling the site (and doesn't

Re: Disable URL-rewriting?

2003-11-18 Thread Brice Ruth
Brice Ruth [EMAIL PROTECTED]: Is there any way to disable URL rewriting (with jsessionid) in Tomcat or via struts-config.xml or anything? I'm about at my wits end with this jsessionid thing - now our search engine which indexes by crawling the site (and doesn't support cookies) can't index

Re: Disable URL-rewriting?

2003-11-18 Thread Kris Schneider
]: Is there any way to disable URL rewriting (with jsessionid) in Tomcat or via struts-config.xml or anything? I'm about at my wits end with this jsessionid thing - now our search engine which indexes by crawling the site (and doesn't support cookies) can't index properly because

Re: Disable URL-rewriting?

2003-11-18 Thread Christian Bollmeyer
. Is there any way to disable URL rewriting (with jsessionid) in Tomcat or via struts-config.xml or anything? I'm about at my wits end with this jsessionid thing - now our search engine which indexes by crawling the site (and doesn't support cookies) can't index properly because of the jsessionid

Re: Disable URL-rewriting?

2003-11-18 Thread Brice Ruth
the opposite. In other words, turn off cookies and only use rewriting. Hm, what if you create a filter to wrap the response with an HttpServletResponseWrapper that no-ops encodeUrl and encodeURL? Quoting Brice Ruth [EMAIL PROTECTED]: Is there any way to disable URL rewriting

Re: Disable URL-rewriting?

2003-11-18 Thread Brice Ruth
use rewriting. Hm, what if you create a filter to wrap the response with an HttpServletResponseWrapper that no-ops encodeUrl and encodeURL? Quoting Brice Ruth [EMAIL PROTECTED]: Is there any way to disable URL rewriting (with jsessionid) in Tomcat or via struts-config.xml or anything? I'm

Re: Disable URL-rewriting?

2003-11-18 Thread Christian Bollmeyer
the response with an HttpServletResponseWrapper that no-ops encodeUrl and encodeURL? Quoting Brice Ruth [EMAIL PROTECTED]: Is there any way to disable URL rewriting (with jsessionid) in Tomcat or via struts-config.xml or anything? I'm about at my wits end with this jsessionid thing - now our search

Re: Disable URL-rewriting?

2003-11-18 Thread Brice Ruth
. Hm, what if you create a filter to wrap the response with an HttpServletResponseWrapper that no-ops encodeUrl and encodeURL? Quoting Brice Ruth [EMAIL PROTECTED]: Is there any way to disable URL rewriting (with jsessionid) in Tomcat or via struts-config.xml or anything? I'm about at my wits end