LLG20111699 / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

OpenId4Java no longer works on App Engine after revision 658 #160

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build app that uses openid4java
2. Deploy to app engine
3. Try and use it

What is the expected output? What do you see instead?
I expect my app to start properly. Instead I get "Cannot find class 
[javax.net.ssl.SSLContext]"

What version of the product are you using? On what operating system?

On appengine.

<dependency>
    <groupId>org.openid4java</groupId>
    <artifactId>openid4java-consumer</artifactId>
    <version>0.9.6</version>
    <type>pom</type>
</dependency>

Please provide any additional information below.

HttpFetcherFactory was modified in revision 658 and a dependency on the 
SSLContext class added. This class does not exist in AppEngine so it breaks.

Original issue reported on code.google.com by proggerp...@gmail.com on 2 Aug 2011 at 1:39