RE: help, I need my URLS defaulted to https:// not http://

2010-10-27 Thread Thierry Boileau
Hello,

Restlet has defaulted all my URLS to http://something. How do I change this 
so that the default is https://something?
What do you mean by Restlet has defaulted all my URLS to http://something;?
Restlet allows you to define a set of resources. Once that has been done, you 
set up the server connectors  that will serve those resources. First declare 
the supported protocols (http, https, etc), then complete the classpath with 
the jar of the implementations that support these protocols.

Here is some documentation about Spring configuration [1], and connectors [2].
 
Best regards,
Thierry Boileau

[1] 
http://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/70-restlet/196-restlet.html
[2] 
http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/325-restlet/37-restlet.html

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


help, I need my URLS defaulted to https:// not http://

2010-10-14 Thread webpost
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=4447dsMessageId=2671490