Message:
The following issue has been closed.
Resolver: Brett Porter
Date: Tue, 22 Feb 2005 1:25 AM
maven.http.nonProxyHosts now works with the same format.
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MAVEN-1423
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1423
Summary: Missing support for 'nonProxyHosts' setting
Type: Improvement
Status: Closed
Priority: Minor
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
core
Fix Fors:
1.1-beta-1
Versions:
1.0
Assignee:
Reporter: Robert Chartier
Created: Tue, 10 Aug 2004 11:55 AM
Updated: Tue, 22 Feb 2005 1:25 AM
Environment: All
Description:
Java supports proxy through the following settings
httphttp.proxyHost (default: <none>)
http.proxyPort (default: 80 if http.proxyHost specified)
http.nonProxyHosts (default: <none>
With maven we can only provide the following:
maven.proxy.host=pproxy.slac.ca
maven.proxy.port=80
What is missing is the nonProxyHosts setting allowed by the jvm. This setting
provide a way to bypass proxy when accessing internal servers. The following
is a link to the java documentation describing this settigns in more detail.
http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html
Right now, the work arround is to manually set the nonProxyHosts using
-Dhttp.nonProxyHosts=... in the maven shell script.
Robert C
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]