Hi All,

I am working with sub-apps nesting pages within the WEB-INF security blanket
and I have read a archive that states to support this strategy I must set
the "pagePattern" and "forwardPattern" of the <controller> in the
struts-config.xml to avoid my forwards being interpreted as:

/defaultapp/subapp/WEB-INF/pages/some.jsp, that does not exist.

I have set the <controller> as follows:

<!-- Custom RequestProcessor to handle http/https switching -->
    <controller
        processorClass="org.apache.struts.action.SecureRequestProcessor"
        nocache="true"
        forwardPattern="/WEB-INF/$A$P"
        pagePattern="/WEB-INF/$A$P"/>

My pages are still being interpreted incorrectly and I cannot find any
documentation on this tag or setting.

Any help is greatly appreciated,

Thanks,

Greg


Reply via email to