You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2009/06/19 16:14:07 UTC

[jira] Created: (FELIX-1258) LDAP evaluation of an array of shorts is incorrect

LDAP evaluation of an array of shorts is incorrect
--------------------------------------------------

                 Key: FELIX-1258
                 URL: https://issues.apache.org/jira/browse/FELIX-1258
             Project: Felix
          Issue Type: Bug
          Components: Framework, Specification compliance
    Affects Versions: felix-1.8.0
            Reporter: Richard S. Hall
            Assignee: Richard S. Hall
            Priority: Minor
             Fix For: felix-2.0.0


There is a copy-and-paste error in the handling of an array of shorts. It was copied from an array of bytes, but was not edited to be shorts, so we get a casting exception.

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


[jira] Updated: (FELIX-1258) LDAP evaluation of an array of shorts is incorrect

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall updated FELIX-1258:
-----------------------------------

    Fix Version/s:     (was: felix-2.0.0)

Since we are going to use the FilterImpl provided by the R4.2 companion code, this fix will no longer be included in Felix 2.0, so I am removing it.

> LDAP evaluation of an array of shorts is incorrect
> --------------------------------------------------
>
>                 Key: FELIX-1258
>                 URL: https://issues.apache.org/jira/browse/FELIX-1258
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.0
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>            Priority: Minor
>
> There is a copy-and-paste error in the handling of an array of shorts. It was copied from an array of bytes, but was not edited to be shorts, so we get a casting exception.

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


[jira] Closed: (FELIX-1258) LDAP evaluation of an array of shorts is incorrect

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall closed FELIX-1258.
----------------------------------

    Resolution: Fixed

Committed a fix.

> LDAP evaluation of an array of shorts is incorrect
> --------------------------------------------------
>
>                 Key: FELIX-1258
>                 URL: https://issues.apache.org/jira/browse/FELIX-1258
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.0
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>            Priority: Minor
>             Fix For: felix-2.0.0
>
>
> There is a copy-and-paste error in the handling of an array of shorts. It was copied from an array of bytes, but was not edited to be shorts, so we get a casting exception.

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


[jira] Issue Comment Edited: (FELIX-1258) LDAP evaluation of an array of shorts is incorrect

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734633#action_12734633 ] 

Richard S. Hall edited comment on FELIX-1258 at 7/23/09 9:41 AM:
-----------------------------------------------------------------

Since we are going to use the FilterImpl provided by the R4.2 companion code, this fix will no longer be included in Felix 2.0, so I am removing it. See FELIX-1404.

      was (Author: rickhall):
    Since we are going to use the FilterImpl provided by the R4.2 companion code, this fix will no longer be included in Felix 2.0, so I am removing it.
  
> LDAP evaluation of an array of shorts is incorrect
> --------------------------------------------------
>
>                 Key: FELIX-1258
>                 URL: https://issues.apache.org/jira/browse/FELIX-1258
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.0
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>            Priority: Minor
>
> There is a copy-and-paste error in the handling of an array of shorts. It was copied from an array of bytes, but was not edited to be shorts, so we get a casting exception.

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