On Thu, Oct 25, 2012 at 11:58 PM, Jason van Zyl <[email protected]> wrote:
> This is for a connection timeout that is emanating from Jetty in one of the 
> tests and you're handing this in the core of Maven?

It is not specific to Jetty, that is just one manifestation of the problem.
Its Java 7's preference for IPv6 over IPv4.

>From my googling I can see this has affected *nix boxes more with
pre-7 Java versions. It is now starting to affect Windows 7 and Java 7
users now.

My choices are bake in -Djava.net.preferIPv4Stack=true to Maven (not
ideal) or enhance the error handling to provide a reference to the
wiki for how to solve the problem. Jetty is just one manifestation of
this problem.

I'm open to alternative suggestions.
One would be to make DefaultExceptionHandler extensible, to remove the
need to make core modifications.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to