ASF Bugzilla – Attachment 23996 Details for
Bug 47518
Valve Interface Javadocs for invoke method references non-existent method
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix javadoc: s/invokeNext/getNext()/invoke/g
47518.diff (text/plain), 1.30 KB, created by
Christopher Schultz
on 2009-07-16 14:48:48 UTC
(
hide
)
Description:
Patch to fix javadoc: s/invokeNext/getNext()/invoke/g
Filename:
MIME Type:
Creator:
Christopher Schultz
Created:
2009-07-16 14:48:48 UTC
Size:
1.30 KB
patch
obsolete
>Index: java/org/apache/catalina/Valve.java >=================================================================== >--- java/org/apache/catalina/Valve.java (revision 794877) >+++ java/org/apache/catalina/Valve.java (working copy) >@@ -94,7 +94,7 @@ > * and pass them on. > * <li>If the corresponding Response was not generated (and control was not > * returned, call the next Valve in the pipeline (if there is one) by >- * executing <code>context.invokeNext()</code>. >+ * executing <code>getNext().invoke()</code>. > * <li>Examine, but not modify, the properties of the resulting Response > * (which was created by a subsequently invoked Valve or Container). > * </ul> >@@ -112,9 +112,9 @@ > * unless it is completely generating the response, or wrapping the > * request before passing it on. > * <li>Modify the HTTP headers included with the Response after the >- * <code>invokeNext()</code> method has returned. >+ * <code>getNext().invoke()</code> method has returned. > * <li>Perform any actions on the output stream associated with the >- * specified Response after the <code>invokeNext()</code> method has >+ * specified Response after the <code>getNext().invoke()</code> method has > * returned. > * </ul> > *
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 47518
: 23996 |
23997