Mikhail2048 commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987709245
Becuase this code, for example : `new Base64().decode(myString)` will
produce NPE in case of myString is `null`. This is becuase of inner delegation
to `public byte[] decode(fi
BlueSkyT commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987709632
这是一封自动回复邮件。已经收到您的来信,我会尽快回复。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spe
zhengdi1992 commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987709851
<自动回复>
你好,你的来信我已收到,尽快会给你回复。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
zhengdi1992 edited a comment on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987709851
<自动回复>
你好,你的来信我已收到,尽快会给你回复。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
BlueSkyT edited a comment on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987709632
这是一封自动回复邮件。已经收到您的来信,我会尽快回复。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
markt-asf commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987737781
So don't call `decode((String) null)`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
gmshake commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987746994
> Becuase this code, for example : `new Base64().decode(myString)` will
produce NPE in case of myString is `null`. This is becuase of inner delegation
to `public byte[] decode(fina
Mikhail2048 commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987768973
But guys, I am, as a framework user, expect that the framework will take
care of this check. Do you really think I am doing the
`decode((String) null)` - I have a string in
Mikhail2048 commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987771204
> > Becuase this code, for example : `new Base64().decode(myString)` will
produce NPE in case of myString is `null`. This is becuase of inner delegation
to `public byte[] decod
markt-asf commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987773286
1. Please avoid use of gender specific terminology such as "guys" or
"fellows" when referring to members of the Tomcat community.
2. This code is not part of a framework. I
Mikhail2048 commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987781061
Ok, I am sorry, I will reference you directly :) I disagree with you,
@markt-asf. The class Base64 is used **_directly_** by the clients. Just a
couple of examples:
[this](htt
markt-asf commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987789405
All those references you provided are for
`org.apache.commons.codec.binary.BaseNCodec` not
`org.apache.tomcat.util.codec.binary.BaseNCodec`
That the class is public is irr
Mikhail2048 commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987791199
Ok, that make sence. I will use the public API
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Mikhail2048 closed pull request #461:
URL: https://github.com/apache/tomcat/pull/461
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr.
gmshake commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987793365
> Ok, I am sorry, I will reference you directly :) I disagree with you,
@markt-asf. The class Base64 is used **_directly_** by the clients. Just a
couple of examples:
[this](https
gmshake removed a comment on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987793365
> Ok, I am sorry, I will reference you directly :) I disagree with you,
@markt-asf. The class Base64 is used **_directly_** by the clients. Just a
couple of examples:
[thi
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from a054f4f Refactor tests to reduce running time when using multiple
threads
new aceb64d Use specialised exception
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
commit aceb64d504f1adcb49319acf1973c3262b49048a
Author: Mark Thomas
AuthorDate: Mon Dec 6 22:44:11 2021 +
Use specialise
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
commit d09a2968779eea53916f4c4a344d69374a59bba0
Author: Mark Thomas
AuthorDate: Mon Dec 6 23:15:08 2021 +
Fix BZ 65726 -
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
commit b6ace6f2274298ceec3d1de762b95d109e4aa695
Author: Mark Thomas
AuthorDate: Tue Dec 7 10:01:10 2021 +
Avoid NPE (obs
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 8b9223c Align with 9.0.x
8b9223c is described belo
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from a7390da Refactor tests to reduce running time when using multiple
threads
new 2f81d33 Use specialised exception
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 2f81d33e41321d988ee6322ff244545acc464167
Author: Mark Thomas
AuthorDate: Mon Dec 6 22:44:11 2021 +
Use specialise
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 5822574 Refactor tests to reduce running time when using multiple
threads
new 6cf9b08 Use specialised exceptio
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 6cf9b082d6b24253027921096ef905037f3f10ca
Author: Mark Thomas
AuthorDate: Mon Dec 6 22:44:11 2021 +
Use specialis
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 28f5e29 Refactor tests to reduce running time when using multiple
threads
new ffe4212 Use specialised exception
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit ffe42125b38ff95f0f65cdc784a19bc1772a9ae1
Author: Mark Thomas
AuthorDate: Mon Dec 6 22:44:11 2021 +
Use specialised
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 744333edb6de7fb71ff4fb4159d7674712325f55
Author: Mark Thomas
AuthorDate: Mon Dec 6 23:15:08 2021 +
Fix BZ 65726 -
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 70d56de Correct entry location
70d56de is descri
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 037d164 Correct entry location
037d164 is describe
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 829ee13 Correct entry location
829ee13 is describe
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 9771286749407ce86c7c9783d2567edb0c660098
Author: Mark Thomas
AuthorDate: Mon Dec 6 23:15:08 2021 +
Fix BZ 65726 -
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit f4c12fcaae02b947c8b46384af284bde8cec5489
Author: Mark Thomas
AuthorDate: Mon Dec 6 23:15:08 2021 +
Fix BZ 65726
https://bz.apache.org/bugzilla/show_bug.cgi?id=65726
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Hi all,
I've been investigating some recent build failures and it appears that
some builds are failing because Linux is closing tasks because of memory
pressure.
My proposed solution is based on the following facts / observations:
- The test node we are using has 4 cores and 16GB of RAM
- T
On 07/12/2021 13:22, Mark Thomas wrote:
Hi all,
I've been investigating some recent build failures and it appears that
some builds are failing because Linux is closing tasks because of memory
pressure.
My proposed solution is based on the following facts / observations:
- The test node we a
вт, 7 дек. 2021 г. в 16:22, Mark Thomas :
>
> Hi all,
>
> I've been investigating some recent build failures and it appears that
> some builds are failing because Linux is closing tasks because of memory
> pressure.
>
> My proposed solution is based on the following facts / observations:
>
> - The
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 54586a1 Fix typo
54586a1 is described below
commit
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 2565de4 Fix typo
2565de4 is described below
com
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new a7823f3 Fix typo
a7823f3 is described below
commi
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 1363865 Fix typo
1363865 is described below
commi
https://bz.apache.org/bugzilla/show_bug.cgi?id=65571
--- Comment #5 from sutharvis...@gmail.com ---
I'm still working on reproducing this error. It's very important for us to
reproduce and report it to you.
--
You are receiving this mail because:
You are the assignee for the bug.
---
ChristopherSchultz commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-988253403
@Mikhail2048 Your patch also doesn't even compile, so it wouldn't have been
accepted, anyway.
--
This is an automated message from the Apache Git Service.
To respond t
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129
--- Comment #48 from Christopher Schultz ---
This bug report has been RESOLVED WONTFIX.
Please don't use Bugzilla to conduct a flame war. If you want to discuss this
(again), please raise the issue on the users' or developers' mailing list.
-
The following votes were cast:
Binding:
+1: remm, markt, csutherl, mgrigorov
No other votes were cast.
The vote therefore passes.
Thanks to everyone who contributed to this release.
Mark
-
To unsubscribe, e-mail: dev-unsubsc
The following votes were cast:
Binding:
+1: remm, markt, mgrigorov
The vote therefore passes.
Thanks to everyone who contributed to this release.
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional
Author: markt
Date: Wed Dec 8 07:37:34 2021
New Revision: 51244
Log:
Release Apache Tomcat 10.1.0-M8
Added:
release/tomcat/tomcat-10/v10.1.0-M8/
- copied from r51243, dev/tomcat/tomcat-10/v10.1.0-M8/
Removed:
dev/tomcat/tomcat-10/v10.1.0-M8/
--
Author: markt
Date: Wed Dec 8 07:38:38 2021
New Revision: 51245
Log:
Release Apache Tomcat 10.0.14
Added:
release/tomcat/tomcat-10/v10.0.14/
- copied from r51244, dev/tomcat/tomcat-10/v10.0.14/
Removed:
dev/tomcat/tomcat-10/v10.0.14/
--
Author: markt
Date: Wed Dec 8 07:39:49 2021
New Revision: 51246
Log:
Remove 10.0.12 from mirrors
Removed:
release/tomcat/tomcat-10/v10.0.12/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional comman
49 matches
Mail list logo