141142143144145146147148149150151
try { ((ServletWebRequest) request).getResponse().sendRedirect(url.toString()); } catch (IOException e) { throw new RuntimeException(e); } throw new HaltFilterChainException("Reprocess required, redirecting user"); } } if (currentSandbox != null) {