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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]