Jasper Rosenberg created WW-4160:
------------------------------------

             Summary: Construct UnknownHandler using Spring
                 Key: WW-4160
                 URL: https://issues.apache.org/jira/browse/WW-4160
             Project: Struts 2
          Issue Type: Improvement
          Components: Plugin - Spring, XML Configuration
    Affects Versions: 2.3.15.1
            Reporter: Jasper Rosenberg
            Priority: Minor


I have a custom unknown handler in my struts2 definition (to return a 404 in 
production if the method is not found).  I would like to have the handler 
constructed by Spring instead of the xwork container though so that I can have 
some other logging/debugging resources injected.

{code}
    <bean type="com.opensymphony.xwork2.UnknownHandler" 
name="pageNotFoundUnknownHandler" 
class="com.mycompany.PageNotFoundUnknownHandler"/>

    <unknown-handler-stack>
       <unknown-handler-ref name="pageNotFoundUnknownHandler" />
    </unknown-handler-stack>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to