Hi I've got a web application from my supervisor using
restlet and Spring security. 

I've got SSL happening at an earlier stage before
the a request reach my web application on a virtual machine. Restlet has 
defaulted all my URLS to
http://something. How do I change this so that the 
default is https://something?

As I said the SSL stage is done earlier, I just want my URLS to be set to https 
not http.

The application has a router class which extends
import org.restlet.ext.spring.SpringRouter;

Is there any simply way to configure this?

Cheers,

P.S. sorry if this message was already posted, i posted
earlier and it didn't turn up on the posted list.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2671490

Reply via email to