[
https://issues.apache.org/jira/browse/WICKET-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679640#action_12679640
]
Anton Veretennikov commented on WICKET-2136:
--------------------------------------------
Litral HybridUrlCodingStrategy use produces the same result.
Not only hardcoded css images are involved.
Break starts as long as parameters in a form "param0/value0...." appears in URL.
For example, if new HybridUrlCodingStrategy("/Order" is used and
"/orderCode/234987" is appended then images URL became:
.../Order/orderCode/images/some.gif
instead of
.../images/some.gif
Seems that only last parameter value is stripped.
> Css image path problem in borders
> ---------------------------------
>
> Key: WICKET-2136
> URL: https://issues.apache.org/jira/browse/WICKET-2136
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Environment: Wicket 1.4-SNAPSHOT
> Windows XP SP3
> Java 1.6.0_12
> Tomcat 6.0.18
> Reporter: Anton Veretennikov
> Attachments: BorderVariationImageTest.zip
>
>
> Image paths are wrong coded for css background images on borders.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.