You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/01/11 11:35:27 UTC

[jira] Created: (HARMONY-2974) [classlib][luni]jre/lib/net.properties is missing.

[classlib][luni]jre/lib/net.properties is missing.
--------------------------------------------------

                 Key: HARMONY-2974
                 URL: https://issues.apache.org/jira/browse/HARMONY-2974
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Tony Wu


jre/lib/net.properties is used to set default proxy for jre, it comes with ProxySelector in 5.0.  
But we have not implemented it yet.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2974) [classlib][luni]jre/lib/net.properties is missing.

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

Alexei Zakharov closed HARMONY-2974.
------------------------------------


closed

> [classlib][luni]jre/lib/net.properties is missing.
> --------------------------------------------------
>
>                 Key: HARMONY-2974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Alexei Zakharov
>         Attachments: H-2974.patch
>
>
> jre/lib/net.properties is used to set default proxy for jre, it comes with ProxySelector in 5.0.  
> But we have not implemented it yet.

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


[jira] Resolved: (HARMONY-2974) [classlib][luni]jre/lib/net.properties is missing.

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

Alexei Zakharov resolved HARMONY-2974.
--------------------------------------

    Resolution: Fixed
      Assignee: Alexei Zakharov

Thanks Mikhail and Tony. The patch was applied at the revision 513297. Please verify.

> [classlib][luni]jre/lib/net.properties is missing.
> --------------------------------------------------
>
>                 Key: HARMONY-2974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Alexei Zakharov
>         Attachments: H-2974.patch
>
>
> jre/lib/net.properties is used to set default proxy for jre, it comes with ProxySelector in 5.0.  
> But we have not implemented it yet.

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


[jira] Commented: (HARMONY-2974) [classlib][luni]jre/lib/net.properties is missing.

Posted by "Mikhail Markov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465145 ] 

Mikhail Markov commented on HARMONY-2974:
-----------------------------------------

Sorry, forgot to grant ASF license to H-2974.patch - doing this now:
I grant license to ASF for inclusion in ASF works.

> [classlib][luni]jre/lib/net.properties is missing.
> --------------------------------------------------
>
>                 Key: HARMONY-2974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: H-2974.patch
>
>
> jre/lib/net.properties is used to set default proxy for jre, it comes with ProxySelector in 5.0.  
> But we have not implemented it yet.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2974) [classlib][luni]jre/lib/net.properties is missing.

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

Mikhail Markov updated HARMONY-2974:
------------------------------------

    Attachment: H-2974.patch

> [classlib][luni]jre/lib/net.properties is missing.
> --------------------------------------------------
>
>                 Key: HARMONY-2974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: H-2974.patch
>
>
> jre/lib/net.properties is used to set default proxy for jre, it comes with ProxySelector in 5.0.  
> But we have not implemented it yet.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2974) [classlib][luni]jre/lib/net.properties is missing.

Posted by "Mikhail Markov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465147 ] 

Mikhail Markov commented on HARMONY-2974:
-----------------------------------------

I've implemented support of jre/lib/net.properties fils in default ProxySelector.
Properties set through command-line (or System.setProperty) take precedence over net.properties settings.

Note that RI also supports "java.net.useSystemProxies" property which is currently not implemented in Harmony, imho it makes sense to file another JIRA about this.

> [classlib][luni]jre/lib/net.properties is missing.
> --------------------------------------------------
>
>                 Key: HARMONY-2974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: H-2974.patch
>
>
> jre/lib/net.properties is used to set default proxy for jre, it comes with ProxySelector in 5.0.  
> But we have not implemented it yet.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2974) [classlib][luni]jre/lib/net.properties is missing.

Posted by "Mikhail Markov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476927 ] 

Mikhail Markov commented on HARMONY-2974:
-----------------------------------------

Thanks, Alexei! Everything works as expected.

> [classlib][luni]jre/lib/net.properties is missing.
> --------------------------------------------------
>
>                 Key: HARMONY-2974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Alexei Zakharov
>         Attachments: H-2974.patch
>
>
> jre/lib/net.properties is used to set default proxy for jre, it comes with ProxySelector in 5.0.  
> But we have not implemented it yet.

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


[jira] Updated: (HARMONY-2974) [classlib][luni]jre/lib/net.properties is missing.

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

Alexei Zakharov updated HARMONY-2974:
-------------------------------------

    Patch Info: [Patch Available]

> [classlib][luni]jre/lib/net.properties is missing.
> --------------------------------------------------
>
>                 Key: HARMONY-2974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: H-2974.patch
>
>
> jre/lib/net.properties is used to set default proxy for jre, it comes with ProxySelector in 5.0.  
> But we have not implemented it yet.

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