jdaugherty commented on code in PR #16149:
URL: https://github.com/apache/grails-core/pull/16149#discussion_r3862504536
##########
grails-web-common/src/main/groovy/org/grails/web/servlet/mvc/GrailsWebRequest.java:
##########
@@ -214,14 +260,14 @@ public FlashScope getFlashScope() {
/**
* @return The currently executing request
+ *
+ * @deprecated as of 8.0, use {@link #getRequest()} instead. This used to
return the resolved
+ * multipart request in place of the request Grails was bound
to; that substitution is
+ * gone, so the two are now the same object.
*/
+ @Deprecated(since = "8.0")
Review Comment:
Why are we renaming & deprecating this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]