dear all,<div><br></div><div>sometimes you need to do a redirect from within a resource.</div><div>so what you normally do is the following:</div><div><br></div><div>







<p class="p1">        yanelEnvironment.getResponse().setHeader(<span class="s1">"Location"</span>, redirectUrl);<br>        yanelEnvironment.getResponse().setStatus(HttpServletResponse.<span class="s1">SC_MOVED_TEMPORARILY</span>);<br>
<br></p><p class="p1">then you just do a "return" from your resource and let Yanel do the rest.<br>Is it possible to tell Yanel to abort any further processing and do just sending back the reponse? </p><p class="p1">
I remember that there was a method to tell Yanel to abort, but I don't find the email anymore.</p><p class="p1">Anybody a clue?</p><p class="p1">Cheers<br>Balz</p>
</div>