[jira] Issue Comment Edited: (WICKET-1205) Relative path calculations for inline paths in non-bookmarkable pages are incorrect on Tomcat.

2008-05-06 Thread Scott Sauyet (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594590#action_12594590
 ] 

scott_sauyet edited comment on WICKET-1205 at 5/6/08 7:09 AM:
--

One possible work-around for those like me who need the URL that includes 
index.jsp but not the actual file, is to add a servlet filter which simply 
redirects to the main application.  A more involved version of the attached 
OldUrlFilter.java allows old bookmarks to easily map to newer version.

There is more discussion of this at http://tinyurl.com/3gcbsa


  was (Author: scott_sauyet):
A possible work-around for those who need the "index.jsp" URL but not the 
file.
  
> Relative path calculations for inline paths in non-bookmarkable pages are 
> incorrect on Tomcat.
> --
>
> Key: WICKET-1205
> URL: https://issues.apache.org/jira/browse/WICKET-1205
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.3.0-rc1
> Environment: JBoss 4.2 / Tomcat Embedded
>Reporter: Jeremy Levy
>Assignee: Alastair Maw
> Fix For: 1.3.4
>
> Attachments: CSSIssueQuickStart.tar.gz, OldUrlFilter.java, 
> WICKET-1205.zip
>
>
> When linking from a bookmarked page to a non-bookmarked page the relative 
> link to the CSS page breaks. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (WICKET-1205) Relative path calculations for inline paths in non-bookmarkable pages are incorrect on Tomcat.

2008-05-06 Thread Scott Sauyet (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Sauyet updated WICKET-1205:
-

Attachment: OldUrlFilter.java

A possible work-around for those who need the "index.jsp" URL but not the file.

> Relative path calculations for inline paths in non-bookmarkable pages are 
> incorrect on Tomcat.
> --
>
> Key: WICKET-1205
> URL: https://issues.apache.org/jira/browse/WICKET-1205
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.3.0-rc1
> Environment: JBoss 4.2 / Tomcat Embedded
>Reporter: Jeremy Levy
>Assignee: Alastair Maw
> Fix For: 1.3.4
>
> Attachments: CSSIssueQuickStart.tar.gz, OldUrlFilter.java, 
> WICKET-1205.zip
>
>
> When linking from a bookmarked page to a non-bookmarked page the relative 
> link to the CSS page breaks. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.