This doc: 
http://code.google.com/appengine/docs/java/urlfetch/usingjavanet.html#Using_HttpURLConnection
seems to indicate that using javax.net.ssl.HttpsURLConnection is
acceptable, however it is not included in the JRE white list.  When I
try to use it I get the following:

java.lang.NoClassDefFoundError: javax.net.ssl.HttpsURLConnection is a
restricted class. Please see the Google App Engine developer's guide
for more details.

I understand I could use the URLFetch API directly, but this would
preclude me from using HTTPClient.

Is this an oversight in the JRE white list?  Or should
http://code.google.com/appengine/docs/java/urlfetch/usingjavanet.html#Using_HttpURLConnection
be corrected?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to