Re: svn commit: r485536 - /incubator/wicket/trunk/wicket/src/main/java/wicket/Resource.java

2006-12-11 Thread Eelco Hillenius
That code won't work for Jetty 6 (on a unix like platform at least), as it throws a SocketException with message "Broken pipe". In fact, it throws a EofException (extends IOException), with a SocketException nested. I take it that you loop through the nested exceptions as well in Cocoon? Eelco

Re: svn commit: r485536 - /incubator/wicket/trunk/wicket/src/main/java/wicket/Resource.java

2006-12-11 Thread Eelco Hillenius
Hi Eelco, I didn't necessarily follow the whole debate, but I wonder why you have to catch an SQLException in Wicket code! Do you assume the Wicket application retrieves data from an SQL database? It's actually the opposite: we *don't* want to catch SQL exceptions, *but* SQL exceptions is on

Re: svn commit: r485536 - /incubator/wicket/trunk/wicket/src/main/java/wicket/Resource.java

2006-12-11 Thread Jean-Baptiste Quenot
* [EMAIL PROTECTED]: > Author: ehillenius > Date: Sun Dec 10 23:19:58 2006 > New Revision: 485536 > > URL: http://svn.apache.org/viewvc?view=rev&rev=485536 > Log: > WICKET-155 > > Modified: > incubator/wicket/trunk/wicket/src/main/java/wicket/Resource.java > > Modified: incubator/wicket/trun