You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/09/28 22:02:50 UTC

[jira] Created: (DIRMINA-448) Allow Object keys for session attributes.

Allow Object keys for session attributes.
-----------------------------------------

                 Key: DIRMINA-448
                 URL: https://issues.apache.org/jira/browse/DIRMINA-448
             Project: MINA
          Issue Type: Improvement
          Components: Core
            Reporter: Trustin Lee
            Priority: Trivial
             Fix For: 2.0.0-M1


Allowing Object keys for session attributes makes sense in that:

* It can perform much faster.  (String takes time for matching as the key length gets long)
* http://www.nabble.com/setEnumAttribute--tf3795432s16868.html#a10735078

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


[jira] Closed: (DIRMINA-448) Allow Object keys for session attributes.

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

Trustin Lee closed DIRMINA-448.
-------------------------------

    Resolution: Fixed
      Assignee: Trustin Lee

Done. A piece of cake! :D

> Allow Object keys for session attributes.
> -----------------------------------------
>
>                 Key: DIRMINA-448
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-448
>             Project: MINA
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>            Priority: Trivial
>             Fix For: 2.0.0-M1
>
>
> Allowing Object keys for session attributes makes sense in that:
> * It can perform much faster.  (String takes time for matching as the key length gets long)
> * http://www.nabble.com/setEnumAttribute--tf3795432s16868.html#a10735078

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