Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1800204 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Jun 28, 2017
1 parent 77b1a50 commit a3190e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/apache/catalina/servlets/DefaultServlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ protected void serveResource(HttpServletRequest request,
}
copy(resource, renderResult, writer, encoding);
} else {
// Output is via an InputStream
// Output is via an OutputStream
if (resource.isDirectory()) {
renderResult = render(getPathPrefix(request), resource, encoding);
} else {
Expand Down

0 comments on commit a3190e2

Please sign in to comment.