You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jan Bareš (JIRA)" <ji...@apache.org> on 2007/03/27 10:04:32 UTC

[jira] Created: (WICKET-427) WebRequestCodingStrategy.urlCodingStrategyForPath() passes null as key

WebRequestCodingStrategy.urlCodingStrategyForPath() passes null as key
----------------------------------------------------------------------

                 Key: WICKET-427
                 URL: https://issues.apache.org/jira/browse/WICKET-427
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.2.5
            Reporter: Jan Bareš


The method WebRequestCodingStrategy.urlCodingStrategyForPath() passes null as key to SortedMap in:
mountsOnPath.get(null)
The SortedMap accepts only non null keys.

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


[jira] Updated: (WICKET-427) WebRequestCodingStrategy.urlCodingStrategyForPath() passes null as key

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

Alastair Maw updated WICKET-427:
--------------------------------

    Fix Version/s: 1.2.7
         Assignee: Alastair Maw

Note that this isn't an issue in 1.3.x

> WebRequestCodingStrategy.urlCodingStrategyForPath() passes null as key
> ----------------------------------------------------------------------
>
>                 Key: WICKET-427
>                 URL: https://issues.apache.org/jira/browse/WICKET-427
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.5
>            Reporter: Jan Bareš
>         Assigned To: Alastair Maw
>             Fix For: 1.2.7
>
>
> The method WebRequestCodingStrategy.urlCodingStrategyForPath() passes null as key to SortedMap in:
> mountsOnPath.get(null)
> The SortedMap accepts only non null keys.

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


[jira] Resolved: (WICKET-427) WebRequestCodingStrategy.urlCodingStrategyForPath() passes null as key

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

Alastair Maw resolved WICKET-427.
---------------------------------

    Resolution: Fixed

Fixed in the 1.2.x branch.

> WebRequestCodingStrategy.urlCodingStrategyForPath() passes null as key
> ----------------------------------------------------------------------
>
>                 Key: WICKET-427
>                 URL: https://issues.apache.org/jira/browse/WICKET-427
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.5
>            Reporter: Jan Bareš
>         Assigned To: Alastair Maw
>             Fix For: 1.2.7
>
>
> The method WebRequestCodingStrategy.urlCodingStrategyForPath() passes null as key to SortedMap in:
> mountsOnPath.get(null)
> The SortedMap accepts only non null keys.

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