currently I am using wicket 1.4.12 still get the error , here is the download code I use
WebResponse response = (WebResponse) RequestCycle.get().getResponse(); response.setAttachmentHeader(fileName); response.setLastModifiedTime(Time.now()); response.setContentType("application/octet-stream"); response.write( new ByteArrayInputStream(bytes)); response.close(); any time I call this code I get the exception , but the download works fine . all my logs are filled with the same exception , please advicee me how to stop this exception ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/exception-tp3019667p3027076.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org