On 2011-05-11, at 2:24 PM, Haroon Rafique wrote:

> 
> On 2011-05-11, at 2:17 PM, Haroon Rafique wrote:
> 
>> 
>> web.xml
>> http://pastebin.ca/2056943
>> 
> 
> 
> Commenting out all the filters and listeners lets me access index.jsp. Still 
> investigating which one is the culprit.
> 


Looks like I was using deprecated filters.
Replacing org.apache.struts2.dispatcher.ActionContextCleanUp with 
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter
and
replacing org.apache.struts2.dispatcher.FilterDispatcher with 
org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter
in web.xml put me on the right track.

Bizarre that it manifested itself when bumping from struts 2.2.1 to 2.2.3 and 
not earlier.

Cheers,
--
Haroon Rafique   <haroon.rafi...@utoronto.ca>
Enterprise Apps & Solutions Integration, University of Toronto


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to