DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17523>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17523

Servlet can't getSession





------- Additional Comments From [EMAIL PROTECTED]  2003-12-28 08:31 -------
I hit this problem too.  After several hours, I realized that a workaround is 
to include the following in catalina.policy:


        // needed to overcome Tomcat bug with Coyote
        // http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17523
        // org.apache.coyote.tomcat4.CoyoteRequest.PrivilegedGetSession

Grant {
        permission 
java.lang.RuntimePermission "defineClassInPackage.org.apache.coyote.tomcat4";
        permission 
java.lang.RuntimePermission "defineClassInPackage.org.apache.coyote.tomcat4.*";

}

Hope this helps anyone else who hits this frustrating issue.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to