You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ray Chen (JIRA)" <ji...@apache.org> on 2010/05/31 10:26:38 UTC

[jira] Created: (HARMONY-6532) [classlib][luni]SocketPermission does NOT support full form IPV6 address

[classlib][luni]SocketPermission does NOT support full form IPV6 address
------------------------------------------------------------------------

                 Key: HARMONY-6532
                 URL: https://issues.apache.org/jira/browse/HARMONY-6532
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Ray Chen
            Priority: Minor
         Attachments: Harmony_6532.diff



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


[jira] Assigned: (HARMONY-6532) [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full form address

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

Mark Hindess reassigned HARMONY-6532:
-------------------------------------

    Assignee: Mark Hindess

> [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full  form address
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6532
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6532
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Ray Chen
>            Assignee: Mark Hindess
>            Priority: Minor
>         Attachments: Harmony-6532_V2.diff, Harmony_6532.diff
>
>


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


[jira] Updated: (HARMONY-6532) [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full form address

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

Ray Chen updated HARMONY-6532:
------------------------------

    Summary: [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full  form address  (was: [classlib][luni]SocketPermission does NOT support full form IPV6 address)

> [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full  form address
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6532
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6532
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Ray Chen
>            Priority: Minor
>         Attachments: Harmony_6532.diff
>
>


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


[jira] Closed: (HARMONY-6532) [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full form address

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

Ray Chen closed HARMONY-6532.
-----------------------------


Fix as expected.  Thanks Mark!

> [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full  form address
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6532
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6532
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Ray Chen
>            Assignee: Mark Hindess
>            Priority: Minor
>             Fix For: 5.0M15
>
>         Attachments: Harmony-6532_V2.diff, Harmony_6532.diff
>
>


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


[jira] Resolved: (HARMONY-6532) [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full form address

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

Mark Hindess resolved HARMONY-6532.
-----------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

Applied patch in r953015.  Please confirm (by closing this JIRA) that it has been applied as expected.


> [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full  form address
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6532
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6532
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Ray Chen
>            Assignee: Mark Hindess
>            Priority: Minor
>             Fix For: 5.0M15
>
>         Attachments: Harmony-6532_V2.diff, Harmony_6532.diff
>
>


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


[jira] Updated: (HARMONY-6532) [classlib][luni]SocketPermission does NOT support full form IPV6 address

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

Ray Chen updated HARMONY-6532:
------------------------------

    Attachment: Harmony_6532.diff

In the patch, added a helper method to get full form address from the compressed form address

> [classlib][luni]SocketPermission does NOT support full form IPV6 address
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-6532
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6532
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Ray Chen
>            Priority: Minor
>         Attachments: Harmony_6532.diff
>
>


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


[jira] Updated: (HARMONY-6532) [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full form address

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

Ray Chen updated HARMONY-6532:
------------------------------

    Attachment: Harmony-6532_V2.diff

Fix bug in my first version patch.

> [classlib][luni]SocketPermission does NOT support compressed IPV6 address, should pass in full  form address
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6532
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6532
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Ray Chen
>            Priority: Minor
>         Attachments: Harmony-6532_V2.diff, Harmony_6532.diff
>
>


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