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

Struts configuration is not validated after use

           Summary: Struts configuration is not validated after use
           Product: Struts
           Version: Unknown
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Controller
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


All Stuts configuration files should watch for elements using duplicate 
identifers(name for 
most but path for ActionMaping), either within the same file or across a list of 
files, and throw an 
exception if a duplicate element is detected. After loading the file, the controller 
should call 
a validate method which will look for logical errors in the configuration. These types 
of rrors 
include missing elements (referenced element that doesn't exist), missing input 
property when 
validate set to true, and so forth.

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to