コントローラー間で応答を何度もリダイレクトすることは可能ですか? コントローラー内で応答をリダイレクトしようとすると、フィルターのメソッドの後、リダイレクトを実行すると、次の例外が発生しました。
ERROR errors.GrailsExceptionResolver - CannotRedirectException occurred when processing request: [GET] /ac/customer/index
Cannot issue a redirect(..) here. A previous call to redirect(..) has already redirected the response.. Stacktrace follows:
Message: Cannot issue a redirect(..) here. A previous call to redirect(..) has already redirected the response.
これを解決する別の方法はありますか?