Regarding email from Bill Barker on Jun 29 18:35:
Peter Costello wrote:
>
>
> ===
> 1) org.apache.catalina.authenticator.FormAuthenticate
>
>The following enhancement allows the IE5.0 browser
> to maintain the
>correct URL in its history list. For example, if
>
I would think that, if it already existed, the API described by
the new JSR 107
http://java.sun.com/aboutJava/communityprocess/jsr/jsr_107_cache.html
would be strongly considered as the basis for a distributed session
manager. Any design made now ought to have an eye on going over to that
API in
done often during
app development when web.xml is being changed a lot.
Cheers - Mark
"Craig R. McClanahan" wrote:
>
> On Thu, 26 Apr 2001, Mark.Abbott wrote:
>
> >
> > The ContextConfig.start and ContextConfig.stop methods in
> > Tomcat 4b2 do no
The ContextConfig.start and ContextConfig.stop methods in
Tomcat 4b2 do not appear to be inverses of each other.
The start method causes children to be added to the context
during web.xml parsing, but the stop method does not remove
them. Doesn't this mean that stopping and then restarting
a r
Hi, didn't get a response to this question on tomcat-user
so I'll give it a try here.
In the Tomcat 4b2 implementation of form based authentication,
the redirection from a request for a protected resource to the
login page and then from the login page submission back to the
protected resource are