Bugs item #1448085, was opened at 2006-03-12 00:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1448085&group_id=119783
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Gili Tzabari (cowwoc)
Assigned to: Nobody/Anonymous (nobody)
Summary: Resource.java swallows exceptions
Initial Comment:
Resource.java contains:
ignoreException =
throwable.getClass().getName().indexOf("ClientAbortException")
!= 0;
The != should be replaced by >= because otherwise if
indexOf() returns -1, ignoreException is set to true
which is incorrect.
Secondly, once this is fixed, this following exception
is thrown.
wicket.WicketRuntimeException: Unable to render
resource stream
[EMAIL PROTECTED]
at wicket.Resource.respond(Resource.java:280)
at
wicket.Resource.onResourceRequested(Resource.java:136)
at
wicket.request.target.resource.SharedResourceRequestTarget.respond(SharedResourceRequestTarget.java:111)
at
wicket.request.compound.DefaultResponseStrategy.respond(DefaultResponseStrategy.java:49)
at
wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond(AbstractCompoundRequestCycleProcessor.java:66)
at
wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:824)
at
wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:856)
at wicket.RequestCycle.step(RequestCycle.java:931)
at
wicket.RequestCycle.steps(RequestCycle.java:1005)
at
wicket.RequestCycle.request(RequestCycle.java:451)
at
wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:212)
There seems to be a bug BufferedWebResponse.close()
whereby it tries to invoke write() on the WebResponse
even though we were writing out a resource (which uses
an OutputStream).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1448085&group_id=119783
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop