Hi Chris - I'm not sure what this will accomplish:
public Request(Request wrapped)
{
~ this.wrapped = wrapped;
}
public whatever doWhatever(args)
{
~ super.doWhatever(args);
}
1) this.wrapped is never used so what's the point of saving it?
2) why override all of the methods just to call the super version of it?
I'm not sure I follow you...
Thanks,
Zach
--
View this message in context:
http://www.nabble.com/Share-session-cookie-across-subdomains-tp16787390p16834778.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]