You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/06/23 05:03:41 UTC

DO NOT REPLY [Bug 7455] - May not be protected: ActionServlet.getApplicationConfig(HttpRequest)

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

May not be protected: ActionServlet.getApplicationConfig(HttpRequest)

craig.mcclanahan@sun.com changed:

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



------- Additional Comments From craig.mcclanahan@sun.com  2002-06-23 03:03 -------
The ApplicationConfig object for the sub-application you are currently running
is available as a request parameter:

  ApplicationConfig config = (ApplicationConfig)
    request.getAttribute(Action.APPLICATION_KEY);

so you do not need to access the controller servlet for this.

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