Re: 1.0.3 version

2007-07-16 Thread Jerome Louvel
Hi Jason, Note that the public Maven repository has an update policy that is different from the downloads area. See details here: http://www.restlet.org/downloads/maven Best regards, Jerome Jason Hudgins a écrit : Excellent, thank you! Thierry Boileau gmail.com> writes: Hello Jason,

Re: 1.0.3 version

2007-07-16 Thread Jason Hudgins
Excellent, thank you! Thierry Boileau gmail.com> writes: > Hello Jason, > > release 1.03 has been tagged and is available in maven repository.

Re: 1.0.3 version

2007-07-16 Thread Thierry Boileau
Hello Jason, release 1.03 has been tagged and is available in maven repository. Best regards, Thierry Boileau I noticed 1.0.3 was put on the website very recently, but I don't see it yet in the maven repository or in svn/tags. I'm anxious to see if it fixes some problems I was having with the

1.0.3 version

2007-07-16 Thread Jason Hudgins
I noticed 1.0.3 was put on the website very recently, but I don't see it yet in the maven repository or in svn/tags. I'm anxious to see if it fixes some problems I was having with the Servlet Adapter (posted earlier). Is there an ETA?

Re: Entity validation always true. Bug?

2007-07-16 Thread Vladimir Djurovic
Thierry, I agree with your proposal. It's basically what I had in mind. By the way, if you use your patch, you won't need our signature, right? Thierry Boileau wrote: hi all, I think that you're right, the rule expressed by the rfc 2616 (chapter 14.26) has not been correctly implemented. F

Re: Entity validation always true. Bug?

2007-07-16 Thread Thierry Boileau
hi all, I think that you're right, the rule expressed by the rfc 2616 (chapter 14.26) has not been correctly implemented. From client's point of view, the "if-none-match" condition means: if I've never met the current entity, the method can be applied. That is to say : - if the current entity'

RE: Naming a resource with URI containing query part... is it OK?

2007-07-16 Thread Jerome Louvel
Hi Aldo, [...] > First, suppose I have to implement method tunneling for some > clients... that means they will pass a parameter called "method" when > POSTing. I digged into the codebase and realized that after the > TunnelFilter is applied the reference query is cleared. This means the > origi

Re: Setting Content-length in http client request?

2007-07-16 Thread Erik Hetzner
At Mon, 16 Jul 2007 20:23:08 +0200, Thierry Boileau <[EMAIL PROTECTED]> wrote: > > Hi Erik > > great! > Actually, release 1.0.2 contains an inner http client planned to be > released with Restlet 1.1. As the development of this client is not > achieved, it has been decided to remove this useless co

RE: Entity validation always true. Bug?

2007-07-16 Thread Jerome Louvel
Hi Adam and Vladimir, Thanks for pushing this issue forward, for the Validation vs Expiration discussion and for the patches. I'm a bit overwhelmed right now but will have a look at them ASAP in order to fix what needs to be. Meanwhile, do you mind completing the necessary paperwork for the pa

RE: forward incoming and outgoing AS2 requests?

2007-07-16 Thread Jerome Louvel
Hi Billy, Restlet isn't a standard HTTP proxy, however it can serve as a reverse/transparent proxy if needed. There is a Redirector class that you can leverage. Best regards, Jerome > -Message d'origine- > De : news [mailto:[EMAIL PROTECTED] De la part de billy > Envoyé : jeudi 12 ju

Re: Setting Content-length in http client request?

2007-07-16 Thread Thierry Boileau
Hi Erik great! Actually, release 1.0.2 contains an inner http client planned to be released with Restlet 1.1. As the development of this client is not achieved, it has been decided to remove this useless code from release 1.0.3. Thus, when providing no client extensions, this inner client is

RE: best way to iterate over a NodeSet in a DomRepresentation

2007-07-16 Thread Jerome Louvel
Hi all, This sounds like a good extension idea. I've entered this RFE: http://restlet.tigris.org/issues/show_bug.cgi?id=332 Best regards, Jerome > -Message d'origine- > De : Stian Soiland [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 13 juillet 2007 17:16 > À : discuss@restlet.tigris

Re: Setting Content-length in http client request?

2007-07-16 Thread Erik Hetzner
At Mon, 16 Jul 2007 19:39:59 +0200, Thierry Boileau <[EMAIL PROTECTED]> wrote: > > Hello Erik, > > your code seems ok, I just wonder if your classpath is correctly set. > I am able to reproduce your problem (with same post request with > netcat) when my classpath does not contain the httpclient ext

Re: Setting Content-length in http client request?

2007-07-16 Thread Thierry Boileau
Hello Erik, your code seems ok, I just wonder if your classpath is correctly set. I am able to reproduce your problem (with same post request with netcat) when my classpath does not contain the httpclient extension archive. best regards, Thierry Boileau Hi all, I am having trouble sending

Re: Client, Request, Method.Post and HTML form-style key-value params

2007-07-16 Thread serge
Christopher Townson christophertownson.com> writes: ... > I found Geoff and Thierry's conversation here http://tinyurl.com/2wuv9z > which explained a good deal (unfortunately, the jar attached to this > contains only compiled code, not source) > I am not sure if that's what you want, but ther

Re: Client, Request, Method.Post and HTML form-style key-value params

2007-07-16 Thread Thierry Boileau
Hello Christopher, I send you another sample code. ;) What kind of server are you using? best regards, Thierry Boileau I need to send an HTTP POST containing an HTML form-style set of key-value pairs in the body ... ... I'm embarrassed to say, I can't see how to do this! Can someone point

Re: Client, Request, Method.Post and HTML form-style key-value params

2007-07-16 Thread Christopher Townson
Christopher Townson wrote: Hi, I need to send an HTTP POST containing an HTML form-style set of key-value pairs in the body ... ... I'm embarrassed to say, I can't see how to do this! Can someone point me in the right direction? Okay, I think I'm getting somewhere, but am not quite there

Client, Request, Method.Post and HTML form-style key-value params

2007-07-16 Thread Christopher Townson
Hi, I need to send an HTTP POST containing an HTML form-style set of key-value pairs in the body ... ... I'm embarrassed to say, I can't see how to do this! Can someone point me in the right direction? Thanks, Chris p.s. The code I have so far looks like this: // method signature fulfils