Re: Upload to Directory

2009-03-08 Thread Christian Haintz
. There is no MimeType for that registered and so is no MediaType. Is there a way to achieve this i am not able to see, or is it just not supported. Thank you. Best regards, Christian Haintz On Mar 7, 2009, at 8:53 AM, Thierry Boileau wrote: Hello Christian, there is a mechanism based

Re: Developing Proxy Server with Restlet - Authentication and Encryption

2009-03-07 Thread Christian Haintz
need to think more about it... That's not a big restriction for me at the moment, because after doing further research i found out, that the very special case i wanted to achieve is not supported by the current browsers as well. Big thanks for your answer! Best regards, Christian Haintz

Upload to Directory

2009-03-06 Thread Christian Haintz
; And the client which is uploading a file looks: Client client = new Client(Protocol.HTTP); Representation rep = new FileRepresentation(fileOpt.getValue(), MediaType.ALL); Response response = client.put(reference, rep); Any suggestions? Thx, christian -- Christian Haintz Student of Software

Re: Disable client side logging to console

2009-02-13 Thread Christian Haintz
Thank you! I am sorry, i searched with google but didn't checked the wiki. I'll try this. Best Regards, Christian Haintz On Feb 13, 2009, at 9:59 AM, Thierry Boileau wrote: Hi Christian could you have a look at the wiki? http://wiki.restlet.org/docs_1.1/13-restlet/48-restlet/101

Disable client side logging to console

2009-02-12 Thread Christian Haintz
- com.nelios.restlet.jar - org.restlet.jar Thanks for all your help. BR, Christian -- Christian Haintz Student der Technischen Universität Graz Softwareentwicklung-Wirtschaft -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=1146734

How to set the SSLContextFactory in the Client

2009-01-11 Thread christian . haintz
I use Restlet Version 1.1 I tried it this way: Client client = new Client(new Context(), Protocol.HTTPS); Context con = client.getContext(); SeriesParameter param1 = con.getParameters(); param1.add(sslContextFactory,MySSLContextFactory); where MySSLContextFactory