Skip to content

Commit

Permalink
Correct javadoc. Patch provided by John Andrew (XUZHOUWANG).
Browse files Browse the repository at this point in the history
This closes #55

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1794674 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
violetagg committed May 10, 2017
1 parent 01fce2f commit ac36a05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/apache/catalina/connector/CoyoteAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ protected void parseSessionSslId(Request request) {


/**
* Parse session id in URL.
* Parse session id in Cookie.
*
* @param request The Servlet request object
*/
Expand Down
5 changes: 5 additions & 0 deletions webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
using the platform default secure random for session id generation.
(remm)
</fix>
<fix>
Correct the javadoc for
<code>o.a.c.connector.CoyoteAdapter#parseSessionCookiesId</code>.
Patch provided by John Andrew (XUZHOUWANG) via Github. (violetagg)
</fix>
</changelog>
</subsection>
</section>
Expand Down

0 comments on commit ac36a05

Please sign in to comment.