Issue Details (XML | Word | Printable)

Key: JS2-232
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ate Douma
Reporter: Ate Douma
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Jetspeed 2

Invalid contextPath value returned to local portlet applications / decorators

Created: 11/Apr/05 10:39 PM   Updated: 11/Apr/05 10:43 PM
Return to search
Component/s: Container
Affects Version/s: 2.0-M2
Fix Version/s: 2.0-M3

Time Tracking:
Not Specified

Resolution Date: 11/Apr/05 10:43 PM


 Description  « Hide
The web application definition contextRoot of local portlet applications was changed from /jetspeed to <portal> (which is not a valid contextPath of course) during the deployment refactoring.
Because their contextRoot no longer is hardcoded, it allows changing the contextPath of the portal itself (even after deployment), but it also cannot be used anymore as a real contextPath (for non-local Portlet Applications it still can).

The current o.a.j.engine.servlet.ServletRequestImpl still uses this attribute for implementation of the getContextPath() method, resulting in an invalid value (<portal>) for the local portlet applications, e.g. the layout portlets and decorators.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.