You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Savas Ali Tokmen (JIRA)" <ji...@apache.org> on 2009/06/09 10:27:35 UTC

[jira] Created: (CAMEL-1687) CAMEL-HTTP should copy system proxy settings

CAMEL-HTTP should copy system proxy settings
--------------------------------------------

                 Key: CAMEL-1687
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1687
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-http
    Affects Versions: 2.0-M1
         Environment: Network with a proxy server
            Reporter: Savas Ali Tokmen
            Priority: Minor
         Attachments: proxy.patch

By standard, Java uses some properties for configuring proxies. Details are on http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html but in short the properties http.proxyHost and http.proxyPort are used for setting a global HTTP proxy.

CAMEL-HTTP doesn't reuse this. I guess many would expect it to.

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


[jira] Resolved: (CAMEL-1687) CAMEL-HTTP should copy system proxy settings

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1687.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Thanks for the patch.

I have applied it.
trunk: 782918.

> CAMEL-HTTP should copy system proxy settings
> --------------------------------------------
>
>                 Key: CAMEL-1687
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1687
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 2.0-M1
>         Environment: Network with a proxy server
>            Reporter: Savas Ali Tokmen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: proxy.patch
>
>
> By standard, Java uses some properties for configuring proxies. Details are on http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html but in short the properties http.proxyHost and http.proxyPort are used for setting a global HTTP proxy.
> CAMEL-HTTP doesn't reuse this. I guess many would expect it to.

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


[jira] Assigned: (CAMEL-1687) CAMEL-HTTP should copy system proxy settings

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-1687:
----------------------------------

    Assignee: Claus Ibsen

> CAMEL-HTTP should copy system proxy settings
> --------------------------------------------
>
>                 Key: CAMEL-1687
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1687
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 2.0-M1
>         Environment: Network with a proxy server
>            Reporter: Savas Ali Tokmen
>            Assignee: Claus Ibsen
>            Priority: Minor
>         Attachments: proxy.patch
>
>
> By standard, Java uses some properties for configuring proxies. Details are on http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html but in short the properties http.proxyHost and http.proxyPort are used for setting a global HTTP proxy.
> CAMEL-HTTP doesn't reuse this. I guess many would expect it to.

-- 
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: (CAMEL-1687) CAMEL-HTTP should copy system proxy settings

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52149#action_52149 ] 

Claus Ibsen edited comment on CAMEL-1687 at 6/9/09 2:14 AM:
------------------------------------------------------------

Thanks for the patch.

Note that system properties is applied first. If the endpoint have proxy options then they will override the system properties.

I have applied it.
trunk: 782918, 782923.

1.x: 782926.

      was (Author: davsclaus):
    Thanks for the patch.

I have applied it.
trunk: 782918.
  
> CAMEL-HTTP should copy system proxy settings
> --------------------------------------------
>
>                 Key: CAMEL-1687
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1687
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 2.0-M1
>         Environment: Network with a proxy server
>            Reporter: Savas Ali Tokmen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: proxy.patch
>
>
> By standard, Java uses some properties for configuring proxies. Details are on http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html but in short the properties http.proxyHost and http.proxyPort are used for setting a global HTTP proxy.
> CAMEL-HTTP doesn't reuse this. I guess many would expect it to.

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


[jira] Commented: (CAMEL-1687) CAMEL-HTTP should copy system proxy settings

Posted by "Savas Ali Tokmen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52147#action_52147 ] 

Savas Ali Tokmen commented on CAMEL-1687:
-----------------------------------------

NOTE: The patch doesn't take into account http.nonProxyHosts

> CAMEL-HTTP should copy system proxy settings
> --------------------------------------------
>
>                 Key: CAMEL-1687
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1687
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 2.0-M1
>         Environment: Network with a proxy server
>            Reporter: Savas Ali Tokmen
>            Priority: Minor
>         Attachments: proxy.patch
>
>
> By standard, Java uses some properties for configuring proxies. Details are on http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html but in short the properties http.proxyHost and http.proxyPort are used for setting a global HTTP proxy.
> CAMEL-HTTP doesn't reuse this. I guess many would expect it to.

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


[jira] Updated: (CAMEL-1687) CAMEL-HTTP should copy system proxy settings

Posted by "Savas Ali Tokmen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Savas Ali Tokmen updated CAMEL-1687:
------------------------------------

    Attachment: proxy.patch

Attached trivial patch

> CAMEL-HTTP should copy system proxy settings
> --------------------------------------------
>
>                 Key: CAMEL-1687
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1687
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 2.0-M1
>         Environment: Network with a proxy server
>            Reporter: Savas Ali Tokmen
>            Priority: Minor
>         Attachments: proxy.patch
>
>
> By standard, Java uses some properties for configuring proxies. Details are on http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html but in short the properties http.proxyHost and http.proxyPort are used for setting a global HTTP proxy.
> CAMEL-HTTP doesn't reuse this. I guess many would expect it to.

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


[jira] Closed: (CAMEL-1687) CAMEL-HTTP should copy system proxy settings

Posted by "Savas Ali Tokmen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Savas Ali Tokmen closed CAMEL-1687.
-----------------------------------


OK thanks :)

We'll see later for the non-proxy hosts

> CAMEL-HTTP should copy system proxy settings
> --------------------------------------------
>
>                 Key: CAMEL-1687
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1687
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 2.0-M1
>         Environment: Network with a proxy server
>            Reporter: Savas Ali Tokmen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: proxy.patch
>
>
> By standard, Java uses some properties for configuring proxies. Details are on http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html but in short the properties http.proxyHost and http.proxyPort are used for setting a global HTTP proxy.
> CAMEL-HTTP doesn't reuse this. I guess many would expect it to.

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