You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2012/04/23 22:22:25 UTC

DO NOT REPLY [Bug 53135] New: HTTP Status 404- resource unavailable

https://issues.apache.org/bugzilla/show_bug.cgi?id=53135

             Bug #: 53135
           Summary: HTTP Status 404- resource unavailable
           Product: Tomcat 7
           Version: 7.0.25
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Integration
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: gvenkatrajcse@gmail.com
    Classification: Unclassified


I have upgraded my version to 7.0.25 from version 6.

I have a login URL https://<server>/user/main.jsp

Upon successful authenication i am getting the exception,

---------------------------------------------------------------------------
HTTP Status 404 - /idm/user/user/main.jsp

--------------------------------------------------------------------------------

type Status report

message /idm/user/user/main.jsp

description The requested resource (/idm/user/user/main.jsp) is not available.

---------------------------------------------------------------------------

I can see, <user> is getting appended to the URL  .
The original should be,
<server>/idm/user/main.jsp
Wrong one
<server>/idm/user/user/main.jsp

? can you help me out

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 53135] HTTP Status 404- resource unavailable

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53135

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> 2012-04-23 20:42:34 UTC ---
Bugzilla is not a support forum. Please join the users mailing list and try
again there. Your web application is likely responsible for a bad redirect.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org