users@jersey.java.net

Re: [Jersey] 1.1.4 & response codes with Atom feeds

From: Ari Heino <ext.ari.heino_at_tieto.com>
Date: Fri, 13 Nov 2009 04:46:21 -0800 (PST)

Paul Sandoz wrote:
>
> Hi,
>
> Can you try and disable the logging filter for the server response?
>
> I think there might be a bug in the LoggingFilter :-(
>
> Paul.
>
>
 oh yeah, with LoggingFilter taken away:

 curl -i -u Mike:Mike -H "If-Modified-Since: Fri, 13 Nov 2009 16:17:37 GMT"
http://131.207.211.203:8080/webservices/containers/SystemTestContainer/eventfeed
HTTP/1.1 304 Not Modified
Content-Type: application/atom+xml
Last-Modified: Fri, 13 Nov 2009 12:45:05 GMT
Server: Jetty(6.1.x)

So response code arrived correctly.
-- 
View this message in context: http://n2.nabble.com/1-1-4-response-codes-with-Atom-feeds-tp3998025p3998967.html
Sent from the Jersey mailing list archive at Nabble.com.