You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/08/05 12:09:56 UTC

DO NOT REPLY [Bug 11463] New: - PageContextImpl.removeAttribute do not work correctly without session object

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=11463>.
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=11463

PageContextImpl.removeAttribute do not work correctly without session object

           Summary: PageContextImpl.removeAttribute do not work correctly
                    without session object
           Product: Tomcat 3
           Version: 3.3.1 Final
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: hiroshi@netird.ad.jp


Without session object in JSP, pageContext.removeAttribute throws exception when
handling session attribute, then removing attribute in
application object will be bypassed.

At the same time, without session object
 pageContextImple.removeAttribute(String)
throws IllegalArgumentException. 
I wonder why this exception is left uncaught within try-catch clause
in the function. I am running the container with Sun J2SE 1.3.1_03 and 
Debian GNU/Linux potato.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>