-
Oct 13th, 2010, 08:15 PM
#1
Spring/Restlet change http:// to https:// urls??
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,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules