filter-mapping,process /* except /x?

2002-10-28 Thread rhodespc
Is there a way to have a filter not run on a specific mapping? For example, if you have a filter-mapping of /* this will be invoked for every single resource in the container. How can you prevent the filter from running against one particular servlet (besides doing skip logic in the filter code)?

Re: filter to change jsessionid cookie almost done, but need little help

2002-09-30 Thread rhodespc
The Tomcat sso solution only allows sso between applications in a single container. My sso solution allows sso across multiple jvm's in different hosts in the same domain, as well as the SSO for the single JVM. The SSO for tomcat is quite limited. I agree that the jsessionid is part of the