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 2010/06/26 13:42:01 UTC

DO NOT REPLY [Bug 49505] ApplicationHttpRequest.setAttribute doesn't call the wrapper's setAttribute in case of "special" attributes

https://issues.apache.org/bugzilla/show_bug.cgi?id=49505

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> 2010-06-26 07:41:56 EDT ---
My reading of the spec is that there is nothing mandating that these attributes
must be set via a call to ServletRequest.setAttribute(). This looks to be one
of those areas where implementations have some flexibility.

Your wrapper should be able to call getAttribute() to determine if these
attributes have been set.

The users list is the best place to get additional help with this.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org