Re: setting a status description never shows up in the response?

2008-03-06 Thread Jeff Brekke
Thanks for the reply.  I've create a maven 2 project with a test to show the
problem.  I've uploaded the project and opened issue #458.

http://restlet.tigris.org/issues/show_bug.cgi?id=458

I listed it under the jetty connector, but the servlet one seems wrong as well.




setting a status description never shows up in the response?

2008-03-04 Thread Jeff Brekke
We are using 1.0.8 and setting a status description in a response.  If we use
the jetty or the servlet connector, our description is not passed along, but the
default is.  For example, if we change the 404 description in the response
status, it still says Not Found as the decription.  But, if we use the Simple
connector, it works as expected.  We've looked through the list, but haven't
seen any issues related lately ( there was a post about the servlet connector
back in 2006 v1.0.5 ).

Is there a known issue ( we tried 1.1M2 as well, same results )?