See gh-27827
This commit is contained in:
izeye
2021-12-16 23:15:18 +09:00
committed by Stephane Nicoll
parent fa78fb4351
commit 713795cc34
5 changed files with 4 additions and 5 deletions

View File

@@ -189,7 +189,7 @@ public class ContentCachingRequestWrapper extends HttpServletRequestWrapper {
* Return the cached request content as a byte array.
* <p>The returned array will never be larger than the content cache limit.
* <p><strong>Note:</strong> The byte array returned from this method
* reflects the amount of content that has has been read at the time when it
* reflects the amount of content that has been read at the time when it
* is called. If the application does not read the content, this method
* returns an empty array.
* @see #ContentCachingRequestWrapper(HttpServletRequest, int)