POSSIBLE BUG, in ErrorReportValve or HttpServletResponse implementation

2002-04-12 Thread Torsten Fohrer
, but tomcat alone have this too. I have break down the error to ErrorReportValve in Line 353, where the content-type of then response are set. Possible the content-type isn't set, can be set but no exception is thrown, i have insert a System.out and no one is thrown. SOURCE CODE: Writer

ErrorReportValve

2001-12-06 Thread Pedro Morais
Hi! I've being looking at the code for TC 4.0.1 and I think it's impossible to disable the ErrorReportValve. I'm not really into Tomcat internals, but could it be possible to add an option to the server configuration file to disable this valve? I'd like just to send the HTTP status code

Re: ErrorReportValve

2001-12-06 Thread Pedro Morais
Em Quinta, 6 de Dezembro de 2001 10:54, Pedro Morais escreveu: Hi! I've being looking at the code for TC 4.0.1 and I think it's impossible to disable the ErrorReportValve. Ok, replying to my own email. I've found out that I can set the errorReportValve value on an Host element; there problem

Re: ErrorReportValve

2001-12-06 Thread Remy Maucherat
Em Quinta, 6 de Dezembro de 2001 10:54, Pedro Morais escreveu: Hi! I've being looking at the code for TC 4.0.1 and I think it's impossible to disable the ErrorReportValve. Ok, replying to my own email. I've found out that I can set the errorReportValve value on an Host element

Re: ErrorReportValve

2001-12-06 Thread Pedro Morais
Em Quinta, 6 de Dezembro de 2001 16:07, escreveste: Em Quinta, 6 de Dezembro de 2001 10:54, Pedro Morais escreveu: Hi! I've being looking at the code for TC 4.0.1 and I think it's impossible to disable the ErrorReportValve. Ok, replying to my own email. I've found out