Restlet 1.2 M2, Simple, and HTTPS

2009-04-15 Thread MattyJ
Hi there, The application I'm building uses the simpleframework. This morning I upgraded from Restlet M1 to M2 which also included a new version of simple 4.1.9. (It was 3.1.3) Prior to the upgrade HTTPS was working fine now for some reason when ever I try and access any https url it seems

Bug in HttpAmazonS3Helper class

2009-04-12 Thread MattyJ
Ok. I think I've figured out my the problem with the HttpAmazonS3Helper class. The code in the method getCanonicalizedResourceName(Reference resourceRef) isn't quite correct as It needs to incorporate the _bucketname_ into the path. Presently its just getting the resource path. From the S3

HttpAmazonS3Helper

2009-04-09 Thread MattyJ
Can someone give me an example on how to use the HttpAmazonS3Helper class? Thanks in advance, Matt -- View this message in context: http://n2.nabble.com/HttpAmazonS3Helper-tp2609388p2609388.html Sent from the Restlet Discuss mailing list archive at Nabble.com.

RE: Weird issue with VirtualHosts

2009-04-09 Thread MattyJ
? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : MattyJ [mailto:mjwat...@gmail.com] Envoyé : mercredi 8 avril 2009 06:15 À : discuss@restlet.tigris.org

Weird issue with VirtualHosts

2009-04-08 Thread MattyJ
Hi, I'm trying to setup a couple of virtual hosts following the example given for the actual restlet website. My code looks like this: // // www.mywebsite.com // VirtualHost host = new VirtualHost(getContext());