Thanks Mike, I'll give option one a go first.

Michael Horwitz wrote:
> 
> There are two possible ways to work around this (at least I think so - I
> have done no 2 for SpringMVC, but have not yet tried struts):
> 
> 1) Use the packages init parameter on the FilterDispatcher and include
> dojo
> as a package. More details in the FilterDispatcher javadoc:
> http://struts.apache.org/2.x/struts2-core/apidocs/org/apache/struts2/dispatcher/FilterDispatcher.html
> 
> 2) Build a filter that forwards all requests not for dojo to the
> dispatcher
> and set the dispatcher to only operate on forwarded requests. I have coded
> an include/exclude filter that allows me to do this. Let me know if you
> are
> interested in the code and I will post it up here. This method has the
> advantage that you can code filters to only operate on active content,
> thereby shortening the filter chain for static content.
> 
> Mike.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/appfuse-1.9.4-webwork-migration-to-struts2-tf2761053s2369.html#a7698812
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to