Hi,
For debug printing we are using org.eclipse.jetty.server.Response.toString()
function:
public String toString()
{
return "HTTP/1.1 "+_status+" "+ (_reason==null?"":_reason)
+System.getProperty("line.separator")+
_connection.getResponseFields().toString();
}
Response fields are printing in the loop with "\r\n" for each field. Server is
running on UNIX and "\r" is not looking good.
Is it any way to avoid this?
Thanks,
Yana
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users