Volker Krebs wrote:
I want to use wildcards. So it should look like this.
<init-param>
  <param-name>config</param-name>
  <param-value>
    /WEB-INF/struts*,
    /WEB-INF/user/struts*
  </param-value>
</init-param>

Has anyone some hints ?

I was thinking about extending org.apache.struts.action.ActionServlet
and overwriting parseModuleConfigFile(Digester digester, String path)

I think that extending ActionServlet and overriding its methods is generally not recommended. I would just submit a feature request, if I were you, and go with a list for right now. Just my 2 cents.


-Dave

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

Reply via email to