FilterDispatcher URL Pattren
----------------------------
Key: WW-3342
URL: https://issues.apache.org/struts/browse/WW-3342
Project: Struts 2
Issue Type: Task
Components: Dispatch Filter
Affects Versions: 2.1.6
Environment: Weblogic 10.3
ICEFaces 1.8.1
Reporter: kishore kumar
Priority: Blocker
Hi,
Is there a way to change the FilterDispatcher URL Pattren other than /*?
I am using ICEFaces and struts2 togeather but due to struts2 URL Pattren
ICEFaces requests are being ignored.
Can i use url-pattren /*.action ?
As per the struts documentation it says to use following
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.