We are using a custom remote delegate to route datastore rpc call to
live production test site on appspot. We did this because sometimes we
want to develop with live data.

However after upgrading to 1.4.2, https outbound call starts failing
(see below). If we change to http, then it works again.

It seems like some class is marked as restricted in this release. Is
it intentional? What's the reason behind not allowing outbound https
call?

Thanks.

java.lang.NoClassDefFoundError: javax.net.ssl.SSLHandshakeException is
a restricted class. Please see the Google  App Engine developer's
guide for more details.
        at
com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:
51)
        at
com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:
114)
        at com.google.appengine.api.urlfetch.URLFetchServiceImpl.access
$100(URLFetchServiceImpl.java:22)
        at com.google.appengine.api.urlfetch.URLFetchServiceImpl
$1.convertException(URLFetchServiceImpl.java:86)
        at
com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:
69)
        at com.pekca.main.delegate.RemoteDelegate$1.get(RemoteDelegate.java:
163)

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to