You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2018/01/16 15:22:00 UTC

[jira] [Comment Edited] (WICKET-4920) Rendered Url on root context with cookies disabled might result in double slash //

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

Sven Meier edited comment on WICKET-4920 at 1/16/18 3:21 PM:
-------------------------------------------------------------

The Url is rendered relative as

{{  ./;jsessionid=1p87c5424zjuvd57kljcu2bwa?0-1.IBehaviorListener.1-component}}

These are two segments "." and ";jsessionid=1p87c5424zjuvd57kljcu2bwa".


was (Author: svenmeier):
The Url is rendered relative as

{{  /;jsessionid=1p87c5424zjuvd57kljcu2bwa?0-1.IBehaviorListener.1-component}}

These are two segments "." and ";jsessionid=1p87c5424zjuvd57kljcu2bwa".

> Rendered Url on root context with cookies disabled might result in double slash //
> ----------------------------------------------------------------------------------
>
>                 Key: WICKET-4920
>                 URL: https://issues.apache.org/jira/browse/WICKET-4920
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.3.0
>            Reporter: Sven Meier
>            Assignee: Sven Meier
>            Priority: Major
>             Fix For: 6.4.0
>
>
> When a link is rendered on root context with cookies disabled (or on first access with container sending jsessionid), a rendered link url might be prepended with "./" thus resulting in a double slash, (".//").



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)