Restlet and FF in Windows: range out of range (NEW?)

2010-06-03 Thread pegpeg
Hi all, The header request of FF3.6.3 contains a range and if-range header that apparently causes an error with restlet 2.0m7 and the ultimate snapshot too: FF generates call http get and on the second Restlet returns a '501 not implemented error (returning a FileRepresentation of a PDF file).

Re: Restlet and FF in Windows: range out of range (NEW?)

2010-06-03 Thread pegpeg
well, I can't really get around ... some times it works (null-ing range tag) .. some times not don't understand ... help? thanks -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Restlet-and-FF-in-Windows-range-out-of-range-NEW-tp5136708p5136817.html Sent from

Re: Restlet and FF in Windows: range out of range (NEW?)

2010-06-03 Thread pegpeg
how can I know if this is a adobe plugin problem with restlet ? is this the Issue 651 ? I thought it was corrected. -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Restlet-and-FF-in-Windows-range-out-of-range-NEW-tp5136708p5136831.html Sent from the Restlet

Re: Restlet and FF in Windows: range out of range (NEW?)

2010-06-03 Thread pegpeg
well this is th adobe plugin / restlet relationship that causes this error. so this is Issue 651. is there a good way to get around ? -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Restlet-and-FF-in-Windows-range-out-of-range-NEW-tp5136708p5136876.html Sent

uri reorg question

2010-05-10 Thread pegpeg
hi everybody, I have a restlet application with uri patterns mapping like these: /web/* - Directory() // 'web resources' (html, css, img, ...) /(pattern) - *Resource() // entities I would like to serve 'web resources' from root : /* - Directory() but keep my resource mapping

Re: uri reorg question

2010-05-10 Thread pegpeg
it is true that knowing every directory I could map these ... but this is not really possible because web developpers are free to organize their web resources thanks anyway for your reply Peg -- View this message in context:

RE: log trace

2010-03-31 Thread pegpeg
Hi, I've got the java logs but don't see why I have different behaviours between restlet client and firefox when searching docs in couchdb. I don't know how to use wireshark (way too complicated for me, howw to se http tcp content ...), Firebug is alright but unusable in this case. Peg --

RE: log trace

2010-03-22 Thread pegpeg
I read the link and tried some of the tips ... without success (I'm always confused with the way config files are searched ... ). I'm using restlet-jse-2.0m7. Isn't there a java utility class/method to dump the http request (after or before exec) ? (much easier no?) thanks anyway Peg --

Re: cookie setting with safari browser

2010-01-13 Thread pegpeg
hi, that works now with IE6, IE7, IE8, last Safari4 and FF , what I've done is the following: code // NB: version 0 for IE6 compatibility - confirmed // NB: domain for IE8 - nearly confirmed (tested with P3P header) CookieSetting cookie = new CookieSetting(0,

Re: cookie setting with safari browser

2010-01-11 Thread pegpeg
Hi Marc, Strange thing ;-) ... but effectively the requests come from an IFrame ... I don't understand what that header is about. Do you have more information about hat ? Thanks. Marc Larue wrote: Is the request from an iframe? Had the same prob with my facebook app, added this response

Re: cookie setting with safari browser

2010-01-10 Thread pegpeg
Thanks for your answer. I can only trace the server side (because no Mac OSX available). So I can't get http trace form clients. What I can see, basically, is that the cookie setting from the server is not sent back by the client so that I was doubtful about Cookie version (as I know Tomcat had

cookie setting with safari browser

2010-01-08 Thread pegpeg
Hi all, Using currently Restlet (last snapshot), I get a cookie problem with Safari: the cookie is not sent again back from the browser to the server. I tested authentification cookie with Firefox (linux/windows) and IE (windows) with different versions. For IE, I've used