You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/12/07 21:28:20 UTC

[tomcat] branch 8.5.x updated: Git typo

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 <ma...@apache.org>
AuthorDate: Sat Dec 7 21:28:02 2019 +0000

    Git typo
---
 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat] branch 8.5.x updated: Git typo

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Mark,

On 12/7/19 16:29, Mark Thomas wrote:
> On 07/12/2019 21:28, markt@apache.org 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 <ma...@apache.org> 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.

git yer typos here!

- -chris

-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl3xLBUACgkQHPApP6U8
pFiNOw//edJ3dBHYRQwYnISCmAfLg4acneXRWBagGU2ggIk7Zd+mmu9ZcGAVqbYt
ZROgFfWdhiErXGM7Po5m2C2b6GmG2Fj//v7dKoj8D/wr+4Akmy2xzO251RzRPaUR
fo+bx8i7wJa64YkduYTPhACqF8YIYBN4y2Bdl1wN3eMY8StXhZ1hbKkY3gU4T+lh
CHoxt001/LwRB2Bkn1GW8MCSk3Wx5NIagHqWV1kSeNC6EuPOnTywZwmSEiQvmUYh
9XcpzcFoTZPvQoQLYbOPm+nv3Pt5tjgHgfNbIurP7zHTpHTk2+RN3lWeD1i0I+pU
0TKwFWfVWCYORQpPH7KPjggQ7qJ/rXZKR3tgbrKxSrBc+agE7rFJ/gqVDu/z2+mt
ZpId9yDq87aoPPwdAWUogP7n4WCQwOqnNHC9RQCgonJ5ucpj3I6KdzrAmbVno+Vu
0TzlM71pwo8iSR2rCFP2amHnhQXTWV8eOqS+/FkCQeWHxbG8pt9pvxJC5grqtuhU
C+cuj5pb+MUYpAJ6QScw66D6Mwxc9E1K/KAXb88DfamWIKlRpwZ/aDeZ9Sa5LCcb
iwntIS6y978+X2kQbHZFqix+wTAXRVWsNFfvqkHXwTTcBCKUV445Eztc4BcVs0vX
idk/sYO2VX+Aw3xuFP8N0NfthcBQkt56gpLwapZD0TFJPPMFjBg=
=dh5g
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat] branch 8.5.x updated: Git typo

Posted by Mark Thomas <ma...@apache.org>.
On 07/12/2019 21:28, markt@apache.org 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 <ma...@apache.org>
> 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: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org