Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 7.0.0pre3, 6.1.11
-
Fix Version/s: None
-
Component/s: Maven
-
Labels:None
-
Environment:windows xp, jdk 1.5
-
Number of attachments :
Description
I have a webapp that connects via svnkit to an url. In my settings.xml if have a proxy defined, but the active flag is false. If I run my webapp with mvn jetty:run it can't get a connection since it tries to go via the proxy en though I have the active flag set to false. If I remove the proxy from my settings.xml it works fine.
This only occurs when running the webapp in jetty, junit tests work as expected.
So I think jetty ignores the proxy,active flag in settings.xml
"If I run my webapp with mvn jetty:run it can't get a connection" ... is this an http connection you're talking about? So basically this has nothing to do with jetty accepting connections... Its your application thats creating a connection outside right?