testng-team / testng-googlecode

DEPRECATED: Automatically exported from code.google.com/p/testng
0 stars 0 forks source link

Testing sending post data to https url throws exception #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download apache commons - httpclient
2. Try to send data using post method to any https url.

The result is:

java.lang.NoClassDefFoundError: Could not initialize class 
javax.crypto.SunJCE_b

What could be found in internet, the issue is with jdk/jre used, file 
jca.jar. However I updated to newest available and the problem persists - my 
guess is that testng is builded using version that contains bug.

Original issue reported on code.google.com by mic...@bundesliga.pl on 17 Mar 2010 at 11:00