Yep that was the reason, as I wrote in another email sent just now before I saw 
this.  The reason is that in 7.0.22 Tomcat made a POST request to the login 
page and my doPost method handled it, but in 7.0.23 it makes a GET request.

--- On Wed, 1/25/12, André Warnier <[email protected]> wrote:

> From: André Warnier <[email protected]>
> Subject: Re: not able to access URL in 2nd app in 7.0.23
> To: "Tomcat Users List" <[email protected]>
> Date: Wednesday, January 25, 2012, 9:18 AM
> [email protected]
> wrote:
> ...
> >>>  
> >>   
> <url-pattern>/folder/action.do</url-pattern>
> >>>    </servlet-mapping>
> >>> 
> ...
> 
> > 
> > So I will try two things.  First, remove the
> https to see if it works.  Second, change the
> url-mapping from an exact match like
> "/myapps/folder/action.do" to "*.action.do"
> >  
> In any case, the URL against which you match should never
> include the "webapp name" (or "context name"). It is correct
> in the <url-pattern> above, but not in your last
> remark.
> 
> Other than that, could it be that the login page to which
> you re-direct is not being found, and that this is causing
> the 404 ?
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to