RE: 304 responses cause WARN logging

2010-06-10 Thread Eric Hough
http://restlet.tigris.org/issues/show_bug.cgi?id=1122 -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2618934

RE: 304 responses cause WARN logging

2010-06-06 Thread Jerome Louvel
@restlet.tigris.org Objet : Re: 304 responses cause WARN logging Is this issue likely to get addressed in the 2.0 timeframe? We'd really like to understand the correct way of dealing with conditional content with restlet, and also to understand the appropriate use of EmptyRepresentation. thanks, -Dave

Re: 304 responses cause WARN logging

2010-05-11 Thread David Fogel
Is this issue likely to get addressed in the 2.0 timeframe? We'd really like to understand the correct way of dealing with conditional content with restlet, and also to understand the appropriate use of EmptyRepresentation. thanks, -Dave Fogel On Mon, May 3, 2010 at 6:43 PM, David Fogel

Re: 304 responses cause WARN logging

2010-05-06 Thread David Fogel
Is anyone else getting these spurious warnings logged during 304s? Is anyone else using EmptyRepresentation? -Dave On Mon, May 3, 2010 at 6:43 PM, David Fogel carrotsa...@gmail.com wrote: We recently updated to the newest RC (actually to revision 6570 of trunk), and now every single 304

Re: 304 responses cause WARN logging

2010-05-06 Thread klaas klaas
Any news on this? I'm serving a static directory with this code: component.getDefaultHost().attach(/s/, new Application() { @Override public Restlet createInboundRoot() { final String basedirPath = /directory/;