Hi Stian,

Stian Soiland-Reyes wrote:

> "EC AlgorithmParameters not available" seems to be a OpenJDK bug
> because Elastic Curves relies on the sunec native library -
> http://armoredbarista.blogspot.co.uk/2013/10/how-to-use-ecc-with-openjdk.html
> 
> 
> Presumably this would also fail in those JDKs?
> 
> URL url = new
> java.net.URL("https://www.google.com/images/logos/ps_logo2.png";);
> url.openConnection();
> 
> 
> We can modify https/test/GetContentInfoFunctionalTest to not rely on
> fetching https://www.google.com/images/logos/ps_logo2.png - this
> sounds a bit fragile to me anyway - for how long would that file
> remain available?
> 
> If we need to do an external test, then we should use say
> https://www.apache.org/licenses/LICENSE-2.0.txt
> 
> Obviously if INFRA changes the SSL configuration there to also request
> Elastic Curves, then the test could still fail.
> 
> 
> Tracked as https://issues.apache.org/jira/browse/VFS-605
> and fix committed on trunk to instead test against
> https://www.apache.org/licenses/LICENSE-2.0.tx
> 
> Could you verify if trunk builds on icedtea-bin-3.0.0 and IBM JDK?

Icedtea 3 builds fine now, but the IBM JDKs still fail with the same errors. 
To me it looks like the test simply makes wrong assumptions about the 
content of the classloader.

Cheers,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to