[GitHub] [tomcat] csutherl commented on pull request #577: Update objenesis and unboundid versions for IDE configs

2023-01-31 Thread via GitHub
csutherl commented on PR #577: URL: https://github.com/apache/tomcat/pull/577#issuecomment-1410322341 Thank you for your contribution and congrats on your first commit to the Apache Tomcat project @TochigiV! :tada: -- This is an automated message from the Apache Git Service. To respond t

February release round

2023-01-31 Thread Mark Thomas
Hi all, As I started to think about preparing for the February release round, I received the notification from the OpenSSL project that they have a security release planned for a week today. That security release may (or may not) trigger a Tomcat Native release. I was wondering whether to de

Issues playing around with digest.sh

2023-01-31 Thread Christopher Schultz
All, I was trying to run digest.sh today with some potentially unusual arguments and it was behaving in ways I didn't expect. First, I wanted to get it to generate PBKDF2 hashes, and so I tried the most obvious thing I could think of: $ digest.sh -a 'PBKDF2' 'secret' I got this error outpu

Re: Issues playing around with digest.sh

2023-01-31 Thread Mark Thomas
On 31/01/2023 18:51, Christopher Schultz wrote: $ digest.sh -a 'PBKDF2' 'secret' If we get (swallowed) errors while trying to find out which CredentialHandler should performing the password mutation, then we just always use the last one we tried. That effectively changes the default Cre

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2023-01-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 Philippe Cloutier changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFI

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2023-01-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 Remy Maucherat changed: What|Removed |Added Severity|normal |enhancement -- You are receiving thi

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2023-01-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #50 from Philippe Cloutier --- Thank you very much for reporting Jörgen and all those who commented constructively My employer is one of those organizations which lost hours due to variability in loading order. For those who are s

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2023-01-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #51 from Philippe Cloutier --- (In reply to Mateusz Matela from comment #28) > (In reply to Mark Thomas from comment #27) > > The patch would have to be very minimal and the behaviour > > optional to be considered for inclusion in T