You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ps...@nykredit.dk on 2003/08/22 12:19:42 UTC

Vedr.: Re: Fetching protected URL in Tomcat

getRequestURI returns "j_security_check".

I was thinking the same thought about Tomcat have to store the URI
somewhere. I have run through alle request parameters, request attributes
and session attributes - nothing!


Kind Regards
Per Steffensen




                                                                                                                                              
                    Reinhard                                                                                                                  
                    Moosauer             Til:    "Tomcat Users List" <to...@jakarta.apache.org>                                         
                    <rm@moosauer.d       cc:                                                                                                  
                    e>                   Vedr.:  Re: Fetching protected URL in Tomcat                                                         
                                                                                                                                              
                    22-08-03 09:51                                                                                                            
                    Besvar                                                                                                                    
                    venligst til                                                                                                              
                    "Tomcat Users                                                                                                             
                    List"                                                                                                                     
                                                                                                                                              
                                                                                                                                              




Hi,

how about
getRequestURI()?
Shouldn't it give the uri of the original request?

(BTW: Tomcat has to store the original uri somewhere, otherwise it couldn't

redirect later. Maybe a request attribute?)

Hope that helps,

Reinhard