I am having a problem getting my applet to connect back to a google appengine servlet. The HttpURLConnection always fails with:
java.security.AccessControlException: access denied (java.net.SocketPermission 72.14.213.141 resolve)
I have tried a bunch of stuff to get it working (can’t even connect to the applet getCodebase() URL) and I’m out of ideas. One thing that is interesting is the exception has an IP address in it rather than the host name, is google doing some funny redirect that is confusing the applet or have I done something stupid?