@restlet.tigris.org
Objet : RE: Mysterious message in client
I have encountered a similar output message after upgrading to 1.3.6:
INFO: Starting the HTTP client
Jul 10, 2009 10:48:56 AM com.noelios.restlet.ext.net.HttpClientHelper start
In my case, it appears that the name of this logger is global
I have encountered a similar output message after upgrading to 1.3.6:
INFO: Starting the HTTP client
Jul 10, 2009 10:48:56 AM com.noelios.restlet.ext.net.HttpClientHelper start
In my case, it appears that the name of this logger is global.
If that is true, I believe this is a bug, as the name
Sutphin
Objet : RE: Re: Mysterious message in client
Hi,
I do not want to change the setting in the log file.
How can I make sure to pass Content-Length header in the response so that
it'll not display the INFO messages?
My current client code is as shown below:
[code]
Client client
Hi,
I do not want to change the setting in the log file.
How can I make sure to pass Content-Length header in the response so that
it'll not display the INFO messages?
My current client code is as shown below:
[code]
Client client = new Client(Protocol.HTTP);
Reference uri = new
Hi Rick,
On Jun 24, 2009, at 4:59 PM, Rick wrote:
Hi,
I've written the client for my web serv ice program. This client
is also in Java.
Whenever I invoke the client through my shell script, it gives me
the following message:
[code]
[mybox:/var/]$ ./validate.sh
Jun 24, 2009
Hello Rick,
you can ignore this message. It just says that no content-length has
been provided.
If you want to remote this message, you can set the log level to warning
see [1].
best regards,
Thierry Boileau
[1] http://wiki.restlet.org/docs_1.2/101-restlet.html
Hi,
I've written the
6 matches
Mail list logo