Skip to content

Commit 2155687

Browse files
committed
feedback - add forRemoval = true
1 parent 38ef71d commit 2155687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-web-url-mappings/src/main/groovy/org/grails/web/mapping/DefaultUrlMappingInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public String getId() {
221221
* Grails will no longer support redirecting to a different action name by adding a parameter with the prefix
222222
* '_action'
223223
*/
224-
@Deprecated(since = "7.0.0")
224+
@Deprecated(since = "7.0.0", forRemoval = true)
225225
private String checkDispatchAction(HttpServletRequest request) {
226226
if (request.getAttribute(WebUtils.EXCEPTION_ATTRIBUTE) != null || WebUtils.isForwardOrInclude(request)) {
227227
return null;

0 commit comments

Comments
 (0)