RE: [C2.0] 404 Error and Cocoon response

2001-11-23 Thread Carsten Ziegeler
-Original Message- From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 5:50 PM To: [EMAIL PROTECTED] Subject: [C2.0] 404 Error and Cocoon response Hi all! I noticed that I get a blank page instead of 404 Error when something's wrong

Re: [C2.0] 404 Error and Cocoon response

2001-11-23 Thread Piroumian, Konstantin
Hi all! I noticed that I get a blank page instead of 404 Error when something's wrong in sitemap and the file could not be found. Long time ago Cocoon was giving an Exception, then it was changed to give a response: 404 File not found error. Now something's went wrong and

AW: [C2.0] 404 Error and Cocoon response

2001-11-23 Thread Eisert, Wolfram
]' Betreff: AW: [C2.0] 404 Error and Cocoon response Hi, I think this is because of an problem in CocoonServlet.java. When catching ResourceNotFoundException in method service() the error response is set via res.setContentType(Notifier.notify(n, (OutputStream)null)); but I think it should

AW: [C2.0] 404 Error and Cocoon response

2001-11-23 Thread Eisert, Wolfram
(Notifier.notify(n, (OutputStream)res.getOutputStream())); Wolfram -UrsprØngliche Nachricht- Von: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 23. November 2001 13:44 An: [EMAIL PROTECTED] Betreff: Re: [C2.0] 404 Error and Cocoon response Hi all! I noticed that I

RE: [C2.0] 404 Error and Cocoon response

2001-11-23 Thread Carsten Ziegeler
-Original Message- From: Eisert, Wolfram [mailto:[EMAIL PROTECTED]] Sent: Friday, November 23, 2001 3:43 PM To: '[EMAIL PROTECTED]' Subject: AW: [C2.0] 404 Error and Cocoon response Hi, sorry, but I've just seen that res.setContentType(Notifier.notify(n, (OutputStream

Re: [C2.0] 404 Error and Cocoon response

2001-11-23 Thread Piroumian, Konstantin
Hi all! I noticed that I get a blank page instead of 404 Error when something's wrong in sitemap and the file could not be found. Long time ago Cocoon was giving an Exception, then it was changed to give a response: 404 File not found error. Now something's went wrong and the result

[C2.0] 404 Error and Cocoon response

2001-11-22 Thread Piroumian, Konstantin
Hi all! I noticed that I get a blank page instead of 404 Error when something's wrong in sitemap and the file could not be found. Long time ago Cocoon was giving an Exception, then it was changed to give a response: 404 File not found error. Now something's went wrong and the result is a blank