Skip to content

Commit

Permalink
feedback - add forRemoval = true
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 2, 2024
1 parent 38ef71d commit 2155687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public String getId() {
* Grails will no longer support redirecting to a different action name by adding a parameter with the prefix
* '_action'
*/
@Deprecated(since = "7.0.0")
@Deprecated(since = "7.0.0", forRemoval = true)
private String checkDispatchAction(HttpServletRequest request) {
if (request.getAttribute(WebUtils.EXCEPTION_ATTRIBUTE) != null || WebUtils.isForwardOrInclude(request)) {
return null;
Expand Down

0 comments on commit 2155687

Please sign in to comment.