On Wed, 2008-01-09 at 10:56 +0100, Mario Ivankovits wrote: > Hi Simon! > > public void serveResource(ServletContext context, HttpServletRequest > > request, > > - HttpServletResponse response, String resourceUri) throws > > IOException; > > + HttpServletResponse response, String resourceUri) > > + throws IOException, ClosedSocketException; > > > > I am not sure if this is binary compatible. In any case, it would be > safe to make CSE extend IOException (which in fact it is, no?) which > will avoid the need to extend the interface. > You still can catch that one, just ensure the ordering in the catch > clause - but you know :-)
Thanks Mario, you re quite right. I've now updated the code to be binary-compatible. [I hope all of you out there appreciate that we are developing "in the open", even though Mario and I sit about 1 metre apart :-] Thanks, Simon