struts-2.0.dtd incorrectly permits param element child of 
default-interceptor-ref
---------------------------------------------------------------------------------

                 Key: WW-2209
                 URL: https://issues.apache.org/struts/browse/WW-2209
             Project: Struts 2
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 2.0.11
            Reporter: Joe Germuska
            Assignee: Joe Germuska
            Priority: Trivial


Can someone just double-check me here, since I'm relatively green on XWork: the 
struts-2.0 dtd (and the xwork-2.0.dtd) both have this:
<!ELEMENT default-interceptor-ref (param*)>

but the XmlConfigurationProvider in XWork2 doesn't appear to process parameters 
for interceptors referenced this way.

The fix would be to change the DTD to read
<!ELEMENT default-interceptor-ref EMPTY>

I'll gladly make the fix in Struts, but I can't make the fix in XWork.  It 
looks as thought this may also apply to default-action-ref although that isn't 
where I encountered the problem.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to