Bug 115032

Summary: Visiting /content/admin/ on Tomcat redirects to /packages/content-section/www/admin/index.jsp
Product: [Retired] Red Hat Enterprise CMS Reporter: Daniel BerrangĂ© <berrange>
Component: uiAssignee: Scott Seago <sseago>
Status: CLOSED RAWHIDE QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightly   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-11 21:28:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 113496    

Description Daniel Berrangé 2004-02-05 17:44:40 UTC
Description of problem:
Visiting /content/admin/ on Tomcat generates a 302 redirects to
/packages/content-section/www/admin/index.jsp THis is the same index
file bug that affected c.a.web.DefaultApplicationFileResolver. The
solution is for CMS dispatcher to manually resolve to the index file
before invoking the request forward.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Start CCM on Tomcat
2. Visit /ccm/content/admin/
3.
  
Actual results:
Redirected to /packages/content-section/www/admin/index.jsp

Expected results:
Admin pages are displayed.

Additional info:

Comment 1 Scott Seago 2004-02-11 18:09:29 UTC
Fixed @40289