You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 2 Aug 2011 at 1:39
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Aug 2011 at 1:39The text was updated successfully, but these errors were encountered: