You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jeroen van Erp (JIRA)" <ji...@apache.org> on 2009/02/27 09:11:12 UTC

[jira] Created: (WICKET-2132) CookieValuePersister loads partial values

CookieValuePersister loads partial values
-----------------------------------------

                 Key: WICKET-2132
                 URL: https://issues.apache.org/jira/browse/WICKET-2132
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.5
            Reporter: Jeroen van Erp


When a FormComponent is persistent, and contains a single quote ('), this value is stored HTML-encoded in the cookie (ie. &#039;). The CookieValuePersister splits the value on the semi-colon and thus will only load the value up to the quote character, but not the fully stored value.

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


[jira] Assigned: (WICKET-2132) CookieValuePersister loads partial values

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag reassigned WICKET-2132:
------------------------------------------

    Assignee: Juergen Donnerstag

> CookieValuePersister loads partial values
> -----------------------------------------
>
>                 Key: WICKET-2132
>                 URL: https://issues.apache.org/jira/browse/WICKET-2132
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5
>            Reporter: Jeroen van Erp
>            Assignee: Juergen Donnerstag
>
> When a FormComponent is persistent, and contains a single quote ('), this value is stored HTML-encoded in the cookie (ie. &#039;). The CookieValuePersister splits the value on the semi-colon and thus will only load the value up to the quote character, but not the fully stored value.

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


[jira] Commented: (WICKET-2132) CookieValuePersister loads partial values

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755156#action_12755156 ] 

Juergen Donnerstag commented on WICKET-2132:
--------------------------------------------

removed in Wicket 1.5

> CookieValuePersister loads partial values
> -----------------------------------------
>
>                 Key: WICKET-2132
>                 URL: https://issues.apache.org/jira/browse/WICKET-2132
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5
>            Reporter: Jeroen van Erp
>            Assignee: Juergen Donnerstag
>
> When a FormComponent is persistent, and contains a single quote ('), this value is stored HTML-encoded in the cookie (ie. &#039;). The CookieValuePersister splits the value on the semi-colon and thus will only load the value up to the quote character, but not the fully stored value.

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


[jira] Resolved: (WICKET-2132) CookieValuePersister loads partial values

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2132.
----------------------------------------

    Resolution: Won't Fix

see WICKET-2213: FormComponent.setPersistent() removed

> CookieValuePersister loads partial values
> -----------------------------------------
>
>                 Key: WICKET-2132
>                 URL: https://issues.apache.org/jira/browse/WICKET-2132
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5
>            Reporter: Jeroen van Erp
>            Assignee: Juergen Donnerstag
>
> When a FormComponent is persistent, and contains a single quote ('), this value is stored HTML-encoded in the cookie (ie. &#039;). The CookieValuePersister splits the value on the semi-colon and thus will only load the value up to the quote character, but not the fully stored value.

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