Skip to content

Commit

Permalink
Correct javadoc. Patch provided by John Andrew (XUZHOUWANG).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk@1794678 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
violetagg committed May 10, 2017
1 parent 47cbfa4 commit f65a628
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 @@ -1071,7 +1071,7 @@ protected void parseSessionSslId(Request request) {


/**
* Parse session id in URL.
* Parse session id in Cookie.
*/
protected void parseSessionCookiesId(org.apache.coyote.Request req, Request request) {

Expand Down
5 changes: 5 additions & 0 deletions webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,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>
<subsection name="Jasper">
Expand Down

0 comments on commit f65a628

Please sign in to comment.