Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-269
Here is an overview of the issue:
---------------------------------------------------------------------
Key: FOR-269
Summary: extra leading slash when absolute path URIs used in site.xml
Type: Bug
Status: Unassigned
Priority: Major
Project: Forrest
Component: Core operations
Versions:
HEAD
Assignee:
Reporter: David Crossley
Created: Sun, 29 Aug 2004 9:25 AM
Updated: Sun, 29 Aug 2004 9:25 AM
Description:
A side effect of fixing FOR-268 was to introduce an extra leading slash when using relative
URIs with absolute paths in site.xml
This entry in site.xml
<abs-path label="Absolute path" href="/samples/static.html"/>
causes URLs like:
localhost:8888//samples/static.html
and on each visit it gets worse:
localhost:8888///samples/static.html
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org/jira//Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|