You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Leonid Bogdanov (JIRA)" <ji...@apache.org> on 2011/01/25 22:27:44 UTC

[jira] Created: (WICKET-3388) Incorrect casts to AuthenticatedWebSession in AuthenticatedWebApplication class

Incorrect casts to AuthenticatedWebSession in AuthenticatedWebApplication class
-------------------------------------------------------------------------------

                 Key: WICKET-3388
                 URL: https://issues.apache.org/jira/browse/WICKET-3388
             Project: Wicket
          Issue Type: Bug
          Components: wicket-auth-roles
    Affects Versions: 1.5-RC1
            Reporter: Leonid Bogdanov


After resolving bug WICKET-2971, several methods in AuthenticatedWebApplication still contain casts to AuthenticatedWebSession instead of casts to AbstractAuthenticatedWebSession. It makes AuthenticatedWebApplication not reusable with custom implementations of AbstractAuthenticatedWebSession class. Several cosmetic changes in code and javadoc should be done.

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


[jira] Resolved: (WICKET-3388) Incorrect casts to AuthenticatedWebSession in AuthenticatedWebApplication class

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

Igor Vaynberg resolved WICKET-3388.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

thanks

> Incorrect casts to AuthenticatedWebSession in AuthenticatedWebApplication class
> -------------------------------------------------------------------------------
>
>                 Key: WICKET-3388
>                 URL: https://issues.apache.org/jira/browse/WICKET-3388
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-auth-roles
>    Affects Versions: 1.5-RC1
>            Reporter: Leonid Bogdanov
>            Assignee: Igor Vaynberg
>         Attachments: patch.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> After resolving bug WICKET-2971, several methods in AuthenticatedWebApplication still contain casts to AuthenticatedWebSession instead of casts to AbstractAuthenticatedWebSession. It makes AuthenticatedWebApplication not reusable with custom implementations of AbstractAuthenticatedWebSession class. Several cosmetic changes in code and javadoc should be done.

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


[jira] Updated: (WICKET-3388) Incorrect casts to AuthenticatedWebSession in AuthenticatedWebApplication class

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

Leonid Bogdanov updated WICKET-3388:
------------------------------------

    Attachment: patch.patch

Patch with fixes

> Incorrect casts to AuthenticatedWebSession in AuthenticatedWebApplication class
> -------------------------------------------------------------------------------
>
>                 Key: WICKET-3388
>                 URL: https://issues.apache.org/jira/browse/WICKET-3388
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-auth-roles
>    Affects Versions: 1.5-RC1
>            Reporter: Leonid Bogdanov
>         Attachments: patch.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> After resolving bug WICKET-2971, several methods in AuthenticatedWebApplication still contain casts to AuthenticatedWebSession instead of casts to AbstractAuthenticatedWebSession. It makes AuthenticatedWebApplication not reusable with custom implementations of AbstractAuthenticatedWebSession class. Several cosmetic changes in code and javadoc should be done.

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