We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1d27f commit 8d184e8Copy full SHA for 8d184e8
grails-web-common/src/main/groovy/org/grails/web/util/WebUtils.java
@@ -61,7 +61,6 @@ public class WebUtils extends org.springframework.web.util.WebUtils {
61
public static final String DISPATCH_ACTION_PARAMETER = "_action_";
62
public static final String SEND_ALLOW_HEADER_FOR_INVALID_HTTP_METHOD = "grails.http.invalid.method.allow.header";
63
public static final String LAYOUT_ATTRIBUTE = "org.grails.layout.name";
64
- public static final String NONE_LAYOUT = "_none_";
65
public static final String RENDERING_VIEW = "org.grails.rendering.view";
66
public static final String GRAILS_DISPATCH_EXTENSION = ".dispatch";
67
public static final String GRAILS_SERVLET_PATH = "/grails";
0 commit comments