You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Daniel Kaplan (JIRA)" <ji...@apache.org> on 2008/02/05 07:51:07 UTC

[jira] Created: (WICKET-1321) Javadoc error in QueryStringUrlCodingStrategy

Javadoc error in QueryStringUrlCodingStrategy
---------------------------------------------

                 Key: WICKET-1321
                 URL: https://issues.apache.org/jira/browse/WICKET-1321
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-final
            Reporter: Daniel Kaplan
            Priority: Minor


The javadoc uses this as an example:
mount(new QueryStringRequestTargetUrlCodingStrategy("/admin/productmanagement", admin.ProductManagement.class));

This does not work.  It should say this instead:
mount(new QueryStringUrlCodingStrategy("/admin/productmanagement", admin.ProductManagement.class));

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


[jira] Resolved: (WICKET-1321) Javadoc error in QueryStringUrlCodingStrategy

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

Igor Vaynberg resolved WICKET-1321.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.2

> Javadoc error in QueryStringUrlCodingStrategy
> ---------------------------------------------
>
>                 Key: WICKET-1321
>                 URL: https://issues.apache.org/jira/browse/WICKET-1321
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-final
>            Reporter: Daniel Kaplan
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.3.2
>
>         Attachments: patch.txt
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> The javadoc uses this as an example:
> mount(new QueryStringRequestTargetUrlCodingStrategy("/admin/productmanagement", admin.ProductManagement.class));
> This does not work.  It should say this instead:
> mount(new QueryStringUrlCodingStrategy("/admin/productmanagement", admin.ProductManagement.class));

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


[jira] Updated: (WICKET-1321) Javadoc error in QueryStringUrlCodingStrategy

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

Daniel Kaplan updated WICKET-1321:
----------------------------------

    Attachment: patch.txt

this is the patch to fix the file


> Javadoc error in QueryStringUrlCodingStrategy
> ---------------------------------------------
>
>                 Key: WICKET-1321
>                 URL: https://issues.apache.org/jira/browse/WICKET-1321
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-final
>            Reporter: Daniel Kaplan
>            Priority: Minor
>         Attachments: patch.txt
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> The javadoc uses this as an example:
> mount(new QueryStringRequestTargetUrlCodingStrategy("/admin/productmanagement", admin.ProductManagement.class));
> This does not work.  It should say this instead:
> mount(new QueryStringUrlCodingStrategy("/admin/productmanagement", admin.ProductManagement.class));

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


[jira] Assigned: (WICKET-1321) Javadoc error in QueryStringUrlCodingStrategy

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

Igor Vaynberg reassigned WICKET-1321:
-------------------------------------

    Assignee: Igor Vaynberg

> Javadoc error in QueryStringUrlCodingStrategy
> ---------------------------------------------
>
>                 Key: WICKET-1321
>                 URL: https://issues.apache.org/jira/browse/WICKET-1321
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-final
>            Reporter: Daniel Kaplan
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.3.2
>
>         Attachments: patch.txt
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> The javadoc uses this as an example:
> mount(new QueryStringRequestTargetUrlCodingStrategy("/admin/productmanagement", admin.ProductManagement.class));
> This does not work.  It should say this instead:
> mount(new QueryStringUrlCodingStrategy("/admin/productmanagement", admin.ProductManagement.class));

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