Matt wrote: > Hi there, > > I'm getting the following error whenever I attempt to use the client class > from within the GAE. > > Client client = new Client(Protocol.HTTP); > Response response = client.get("http://www.google.com"); > > Internal Connector Error (1002) - access denied (java.net.SocketPermission > www.google.com resolve) > > NB: I'm not using anything other than the default provided by restlet i.e. > I'm not using apache's HttpClient. > > I've updated the gae jar to be the latest snapshot as of yesterday but I'm > still getting this problem. > > Any suggestions? Or is it a potential bug?
You're not allowed to open sockets on GAE/J. Cheers Philippe ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2365593