On Thu, Jun 24, 2010 at 4:17 PM, Hiran Chaudhuri <[email protected]> wrote: > But the other question is still valid: How would my code communicate to the > outside world that something is not ok? Raising an Exception is no solution. > Do I have to write something like in HttpServlets to the ftpResponse? Do I > have to modify the method's return value?
Should be enough to just write a response to the client (using the session) and then return SKIP. /niklas
