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

Martin Grigorov reassigned WICKET-3297:
---------------------------------------

    Assignee: Martin Grigorov

> UrlAttributes are encoded incorrectly when style is null but variation is not
> -----------------------------------------------------------------------------
>
>                 Key: WICKET-3297
>                 URL: https://issues.apache.org/jira/browse/WICKET-3297
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Attila Király
>            Assignee: Martin Grigorov
>         Attachments: WICKET-3297.patch
>
>
> AbstractResourceReferenceMapper.encodeResourceReferenceAttributes() method 
> generates the same "-foo" output for these two different inputs: {locale = 
> null, style = "foo", variation = null} and {locale = null, style = null, 
> variation = "foo"}.
> For the second input it should generate "--foo" (double dash prefix).

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

Reply via email to