Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Jun 4, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant