Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:Tomcat 7. ICEfaces 4 trunk r43530. All browsers.
-
Assignee Priority:P1
-
Affects:Sample App./Tutorial
Description
icecore:redirect demo
When deployed locally on a tomcat server, or using the demo at http://icefaces-showcase.icesoft.org/, using "Go back to Page A using this link" navigates to a http status 404 message with the following URL:
http://localhost:8080/showcase.jsf?grp=aceMenu&exp=redirectBean.
Instead it should navigate back to this URL:
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=redirectBean.
When deployed locally on a tomcat server, or using the demo at http://icefaces-showcase.icesoft.org/, using "Go back to Page A using this link" navigates to a http status 404 message with the following URL:
http://localhost:8080/showcase.jsf?grp=aceMenu&exp=redirectBean.
Instead it should navigate back to this URL:
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=redirectBean.
Corrected by adding missing "." to the front of the URL for the link.
Resolved.