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

bean:include does not work on a secured directory

           Summary: bean:include does not work on a secured directory
           Product: Struts
           Version: 1.0.1 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


if i try to use
<bean:include id="changeLimitView" page="/sec/config/ChangeLimitView.jsp"/>
and 
/sec/config/ is 
<security-constraint>
 <web-resource-collection>
  <web-resource-name>Protected Area</web-resource-name>
   <url-pattern>/sec/*</url-pattern>
then the page is not found.
If I comment out the <security-constraint> <bean:include> again works.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to