On 07/12/2019 21:28, [email protected] wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> markt pushed a commit to branch 8.5.x
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/8.5.x by this push:
> new 18de249 Git typo
> 18de249 is described below
>
> commit 18de2497614152d2ac21122e8458a4cdf828d070
> Author: Mark Thomas <[email protected]>
> AuthorDate: Sat Dec 7 21:28:02 2019 +0000
>
> Git typo
I may need to stop soon. I meant "Fix typo".
Although if there was a "git typo" command that could be very useful
assuming it fixed typos rather than created them.
Mark
> ---
> java/org/apache/catalina/connector/Request.java | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/java/org/apache/catalina/connector/Request.java
> b/java/org/apache/catalina/connector/Request.java
> index 6bd9f21..201af7d 100644
> --- a/java/org/apache/catalina/connector/Request.java
> +++ b/java/org/apache/catalina/connector/Request.java
> @@ -2698,9 +2698,9 @@ public class Request implements
> org.apache.catalina.servlet4preview.http.HttpSer
> return newSessionId;
> }
>
> - private String rotateSessionId(Manager manager, Session sessiom) {
> + private String rotateSessionId(Manager manager, Session session) {
> if (manager instanceof ManagerBase) {
> - return ((ManagerBase) manager).rotateSessionId(sessiom);
> + return ((ManagerBase) manager).rotateSessionId(session);
> } else {
> String newSessionId = null;
> // Assume there new Id is a duplicate until we prove it isn't.
> The
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]