Hey,

I'm using a combination of Spring Security and Restlet and SSL is
performed at an earlier stage before the requests are proxied into
a virtual machine where my application resided on Tomcat.

I have a router class which extends org.restlet.ext.spring.SpringRouter;
(not sure how relevant this information is)

The problem is, I want my URLS of this application to be
https://something but they're all defaulted at http://something.
How do I configure this so that it does that? I don't need to do any SSL stuff
on my virtual machine because this is all done before it gets there.

Cheers,