Re: HEAD not well supported?

2007-10-11 Thread Jerome Louvel
Hi all, Thanks for sharing your experience. This is very valuable feed-back and I want to address these issues to this core class in release 1.1 if possible/necessary. To try to clarify, I was initially hesitant to call getRepresentation(Variant) just get(Variant) due to potential confusion with

Re: Restlet site code

2007-10-11 Thread Kyrre Kristiansen
Is this an answer to a different post? --- Patson [EMAIL PROTECTED] wrote: Yes, tried on both IE and netscape...both had the same issue. The problem is the localhost server should not send the 401 response again after its authenticated at the first GET

Re: Restlet site code

2007-10-11 Thread Thierry Boileau
yes I think so. Is this what you are talking about : http://www.restlet.org/documentation/1.0/examples/self; ? best regards, Thierry Boileau On 10/11/07, Kyrre Kristiansen [EMAIL PROTECTED] wrote: Is this an answer to a different post? --- Patson [EMAIL PROTECTED] wrote: Yes, tried on

Re: Issue when using Guard for POST and GET requests

2007-10-11 Thread Patson
Tried on both IE and netscape...both failed

Re: Restlet site code

2007-10-11 Thread Kyrre Kristiansen
yep, that's the one. I just couldn't locate it from the site. Thanks a lot, Jerome! --- Thierry Boileau [EMAIL PROTECTED] wrote: yes I think so. Is this what you are talking about : http://www.restlet.org/documentation/1.0/examples/self; ? best regards, Thierry Boileau On 10/11/07,

Re: Restlet site code

2007-10-11 Thread Kyrre Kristiansen
Oops! That should have been thanks, Thierry! --- Kyrre Kristiansen [EMAIL PROTECTED] wrote: yep, that's the one. I just couldn't locate it from the site. Thanks a lot, Jerome! --- Thierry Boileau [EMAIL PROTECTED] wrote: yes I think so. Is this what you are talking about :

RE: Index files don't work with Directory and clap://

2007-10-11 Thread Jerome Louvel
Thanks for testing. This needs to be fixed. I've entered a report: http://restlet.tigris.org/issues/show_bug.cgi?id=370 Best regards, Jerome -Message d'origine- De : Rob Heittman [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 octobre 2007 23:36 À : discuss@restlet.tigris.org Objet :

RE: Thread-safety in Guard

2007-10-11 Thread Jerome Louvel
Hi Tim, What's the best way for me (or anyone else) to report other concurrency and documentation issues that I encounter? In this discussion group? This thread? Or somewhere else? For issues similar to the one we discussed, the best place is in the issue, via the comments system. I've

RE: Issue using StatusService

2007-10-11 Thread Jerome Louvel
Hi Davide, I've an Application that sets it's StatusService. Here the code (imports omitted): [...] The status service is then connected to the Application via setStatusService() instance method. my intent is to return the complete exception as html page. I'm expecting getStatus()

RE: DecodeRepresentation.getSize returns -1

2007-10-11 Thread Jerome Louvel
Hi Jim, This value is returned when there is no (direct) way to know in advance the size of the compressed representation. It is the Variant.UNKNOWN_SIZE constant. Do you want the size of the uncompressed representation or the one of the compressed representation? Are you looking at a Request

RE: HEAD not well supported?

2007-10-11 Thread Jerome Louvel
Hi Sean, I think *Representation is problematic: headRepresentation()? I understand your concerns with get(Variant), getVariant(). A colleague of mine pointed out that conceptually, merely using post(), get(), etc., is like encroaching on a global name space. He suggested (and I'm

Re: HEAD not well supported?

2007-10-11 Thread Sean Landis
Jerome Louvel contact at noelios.com writes: ... It could also clarify things by renaming post(Rep.) to postRepresentation(Rep.) to be more consistent with getRepresentation(Variant) namine and to reduce the confusion with lower-level Uniform handle* methods. What do you think? What is

RE: JSON represenation based on json-lib from http://json-lib.sourceforge.net/

2007-10-11 Thread Jerome Louvel
Hi Evgeny, I've updated the related RFE Improve support for JSON http://restlet.tigris.org/issues/show_bug.cgi?id=131 I'm a bit reluctant to upgrade due to the fact that it requires two additional dependencies (jakarta commons-beanutils 1.7.0 and ezmorph 1.0.3) compared to the current list of

[docs] Documentation wiki launch

2007-10-11 Thread Jerome Louvel
Hi all, I would like to thank Marc Portier (from Outerthought) and Rob Heittman (from Solertium) for swiftly launching this new project! I hope that they will continue to lead this documentation effort with the same enthusiasm. For that, they need our help and contributions! The first step is

Re: HEAD not well supported?

2007-10-11 Thread Chuck Hinson
On 10/11/07, Jerome Louvel [EMAIL PROTECTED] wrote: Hi Sean, I think *Representation is problematic: headRepresentation()? I understand your concerns with get(Variant), getVariant(). A colleague of mine pointed out that conceptually, merely using post(), get(), etc., is like