Skip to content
This repository was archived by the owner on Jun 6, 2018. It is now read-only.

Commit d34aea2

Browse files
author
Ed Burns
committed
#177 #73 Text approved by Greg Wilkins
1 parent c0aa280 commit d34aea2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/javax/servlet/http/HttpServletRequest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,10 @@ public interface HttpServletRequest extends ServletRequest {
278278
* attributes related to {@code HttpServletMapping}.</p>
279279
*
280280
* <p>If the {@code Servlet} corresponding to this request was
281-
* obtained using {@link javax.servlet.ServletContext#getNamedDispatcher}, this
282-
* method must return {@code null}.</p>
281+
* obtained using {@link
282+
* javax.servlet.ServletContext#getNamedDispatcher}, the returned
283+
* {@code HttpServletMapping} instance must have properties that
284+
* reflect the mapping last applied to this request.</p>
283285
*
284286
* <p>The returned object is immutable. Servlet 4.0 compliant
285287
* implementations must override this method.</p>

0 commit comments

Comments
 (0)