diff --git a/spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/common/MvcUtils.java b/spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/common/MvcUtils.java index ec5fd283..11c764d8 100644 --- a/spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/common/MvcUtils.java +++ b/spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/common/MvcUtils.java @@ -45,7 +45,7 @@ import static org.springframework.web.servlet.function.RouterFunctions.URI_TEMPL public abstract class MvcUtils { /** - * Cached request body key. + * Cached raw request body key. */ public static final String CACHED_REQUEST_BODY_ATTR = qualify("cachedRequestBody");