Re: Some remarks on panama libssl loading

2024-04-17 Thread Konstantin Kolinko
чт, 18 апр. 2024 г. в 00:46, Rainer Jung : > > Hi Konstantin, > > Am 17.04.24 um 21:44 schrieb Konstantin Kolinko: > > ср, 17 апр. 2024 г. в 17:21, Rainer Jung : > >> > >> Am 17.04.24 um 15:34 schrieb Michael Osipov: > >>> Rainer, I do not f

Re: Some remarks on panama libssl loading

2024-04-17 Thread Konstantin Kolinko
ree methods. A code that was added several years ago uses mapLibraryName() and load() to load a library from "catalina.home/bin". It then falls back to the old algorithm that uses loadLibrary(). https://docs.oracle.com/en/java/java

Re: (tomcat) branch main updated: Further locking harmonizations for main components

2024-04-04 Thread Konstantin Kolinko
чт, 4 апр. 2024 г. в 15:45, : > > This is an automated email from the ASF dual-hosted git repository. > > remm 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

Re: (tomcat) branch main updated: Performance tweaks for filter chain

2024-02-28 Thread Konstantin Kolinko
whether FilterDef and ServletDef classes handling of asyncSupported could be aligned. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: (tomcat) branch main updated: Add support for JSON responses to request header example.

2024-02-14 Thread Konstantin Kolinko
Chris, Please compare the iteration logic in renderHTML vs renderJSON. Your code misses the changes added by https://github.com/apache/tomcat/commit/c88e75305e198f500ffd626a5b1275dc3ad46553 пн, 12 февр. 2024 г. в 23:19, : > > This is an automated email from the ASF dual-hosted git repository.

Re: (tomcat-native) 03/03: Consistent formatting. Add missing entries. Add version to title.

2024-02-05 Thread Konstantin Kolinko
:" instead of "https:" in the tag above... I tested, http://tomcat.apache.org/ responds with a 301 redirect to https://tomcat.apache.org/ Those values are used to generate links from the logo image,

Re: Buildbot failure in on tomcat-8.5.x

2024-02-05 Thread Konstantin Kolinko
Running "release" target fails due to a typo in Javadoc. Double ">>". [javadoc] Building tree for all the packages and classes... [javadoc] /home/buildslave/slave/tomcat-8.5.x/build/output/dist/src/java/org/apache/catalina/filters/CsrfPreventionFilter.java:232: error: bad use of '>'

Re: (tomcat) branch main updated: Fix logic bug spotted by Coverity Scan

2024-01-15 Thread Konstantin Kolinko
ring(bytes, 0, length);" to create a String, without specifying any encoding. I guess that the Platform default encoding nowadays is UTF-8. Or maybe it makes sense to use the default encoding, as people edit those files, using whatever default encoding they prefer. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 11.0.0-M14

2023-11-10 Thread Konstantin Kolinko
сб, 11 нояб. 2023 г. в 03:09, Konstantin Kolinko : > > чт, 9 нояб. 2023 г. в 22:58, Mark Thomas : > > > > The proposed Apache Tomcat 11.0.0-M14 release is now available for > > voting. > > > > It can be obtained from: > > https://dist.apache.org/r

Re: [VOTE] Release Apache Tomcat 11.0.0-M14

2023-11-10 Thread Konstantin Kolinko
ead and release as 11.0.0-M14 Mark, Looking at https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/ *.asc files are missing for apache-tomcat-11.0.0-M14-windows-x64.zip apache-tomcat-11.0.0-M14.tar.gz apache-tomcat-11.0.0-M14.zip I think that missing files can be downloaded from Maven

Re: Which release artifact should we expect to be reproducible?

2023-10-18 Thread Konstantin Kolinko
mcat-11.0-doc\api\legal\LICENSE is the following one nonsense line: Please see ..\java.base\LICENSE Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Tomcat 11, Java 21 and Windows 32-bit support

2023-06-15 Thread Konstantin Kolinko
shing "apache-tomcat-10.1.x-windows-x86.zip" archives and see if anyone cares. 3. I am +1 for removing 32-bit support from Tomcat 11 onwards. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: d

Re: Potentially useful filter for debugging, etc.

2023-06-06 Thread Konstantin Kolinko
eems that there is no configuration for an AJP Connector. https://tomcat.apache.org/tomcat-10.1-doc/config/http.html#Standard_Implementation Specification: https://www.rfc-editor.org/rfc/rfc9110.html#name-server Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Utility Executor

2023-04-28 Thread Konstantin Kolinko
пт, 28 апр. 2023 г. в 16:21, Konstantin Kolinko : > > чт, 27 апр. 2023 г. в 19:34, Mark Thomas : > > > > Hi all, > > > > As part of a discussion around a Spring Boot issue [1], the question has > > been raised whether there is merit in moving the Utility executo

Re: Utility Executor

2023-04-28 Thread Konstantin Kolinko
mething really needs to be done at init() time), one may implement a Listener. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Getting listed under "Compatible Implementations" at Jakarta EE

2023-03-23 Thread Konstantin Kolinko
Tomcat there. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Reduce default for maxParameterCount

2023-03-23 Thread Konstantin Kolinko
as when skipping a body of a failed request. It is not a job for an AccessLogValve to spend time on parameter parsing. b) I wonder whether parameter parsing could be done asynchronously. Best regards, Konstantin Kolinko - To unsubscribe, e-mail:

Re: Reduce default for maxParameterCount

2023-03-15 Thread Konstantin Kolinko
ср, 15 мар. 2023 г. в 13:15, Konstantin Kolinko : > > [...] > > -1 unless the behaviour of "silently dropping extra parameters" is > changed as well. > > Silent loss of data is not what I want to see in production. > > Documentation [1] says "Request pa

Re: Reduce default for maxParameterCount

2023-03-15 Thread Konstantin Kolinko
ср, 15 мар. 2023 г. в 13:29, Konstantin Kolinko : > > ср, 15 мар. 2023 г. в 13:15, Konstantin Kolinko : > > > > ср, 15 мар. 2023 г. в 12:07, Mark Thomas : > > > > > > On 14/03/2023 21:13, Christopher Schultz wrote: > > > > Mark, > > > >

Re: Reduce default for maxParameterCount

2023-03-15 Thread Konstantin Kolinko
ср, 15 мар. 2023 г. в 13:15, Konstantin Kolinko : > > ср, 15 мар. 2023 г. в 12:07, Mark Thomas : > > > > On 14/03/2023 21:13, Christopher Schultz wrote: > > > Mark, > > > > > > On 3/14/23 13:57, Mark Thomas wrote: > > >> On

Re: Reduce default for maxParameterCount

2023-03-15 Thread Konstantin Kolinko
> >> Thoughts on if/how to back-port this to 10.1.x and friends? > >> > >> Straight to 1000 for all older versions? > >> Straight to 1000 for 10.1.x then wait a few releases for each further > >> backport? > >> Or more cautious and backport a gradu

Re: tomcat-native v2.0+ breaks unix domain socket support on java16-

2023-03-07 Thread Konstantin Kolinko
IO2. The APR connector has been removed. Is your Tomcat failing to start because it is explicitly configured to use the APR connector (Http11AprProtocol, AjpAprProtocol)? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: d

Re: [tomcat] branch main updated: Align with spec

2023-03-06 Thread Konstantin Kolinko
вт, 7 мар. 2023 г. в 10:14, Han Li : > > > > > On Mar 7, 2023, at 14:39, Konstantin Kolinko wrote: > > > > вт, 7 мар. 2023 г. в 09:17, mailto:li...@apache.org>>: > >> > >> This is an automated email from the ASF dual-hosted git reposit

Re: [tomcat] branch main updated: Align with spec

2023-03-06 Thread Konstantin Kolinko
mes with a license. I have not checked recently (with the spec is managed by Eclipse Foundation), but in earlier times (for specs copyrighted by Oracle) it was clear that you were not allowed to copy their text as you wish. You are not the first one to make such changes. There were similar discuss

Re: [VOTE] Release Apache Tomcat 10.1.7

2023-03-01 Thread Konstantin Kolinko
as 10.1.7 Smoke tests OK with Java 11.0.18. Unit tests OK with Java 11.0.18, all connectors (NIO, NIO2) on Windows 10. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.5.87

2023-02-28 Thread Konstantin Kolinko
2936eace5c46e8860b644b3c > > The proposed 8.5.87 release is: > [ ] Broken - do not release > [ ] Stable - go ahead and release as 8.5.86 (stable) > [x] Stable - go ahead and release as 8.5.87 (stable) Smoke tests OK with Java 7u80 (32-bit) Unit te

Re: [VOTE] Release Apache Tomcat 9.0.73

2023-02-28 Thread Konstantin Kolinko
> The proposed 9.0.73 release is: > [ ] Broken - do not release > [x] Stable - go ahead and release as 9.0.73 Smoke tests OK with Java 8u362. Unit tests OK with Java 11.0.18, all connectors (APR, NIO, NIO2) on Windows 10. Best regards, Konstantin Kolinko ---

Re: [ANN] Apache Tomcat 9.0.72 available

2023-02-27 Thread Konstantin Kolinko
on.html > > Since it seems there are two identified regressions in 9.0.72, I plan > to swap 9.0.71 back in on the website (and dlcdn) while things get > fixed and we produce 9.0.73. > > Comments ? If you are about https://bz.apache.org/bugzilla/show_bug.cgi?id=66488 9.0.71 is affecte

Re: [VOTE] Release Apache Tomcat 10.1.6

2023-02-23 Thread Konstantin Kolinko
00b5887970d7203 > > The proposed 10.1.6 release is: > [ ] Broken - do not release > [x] Stable - go ahead and release as 10.1.6 Smoke tests OK with Java 11.0.18. Unit tests OK, all connectors (NIO, NIO2), with or without Tomcat Native, with Java 11.0.18. on Windows 10. Best regards, Konstanti

Re: [VOTE] Release Apache Tomcat 9.0.72

2023-02-23 Thread Konstantin Kolinko
f35e68470320295 > > The proposed 9.0.72 release is: > [ ] Broken - do not release > [x] Stable - go ahead and release as 9.0.72 Smoke tests OK with Java 8u362, Tomcat Native enabled, Unit tests OK with Java 11.0.18, all connectors, on Windows 10. Best regards, Konstantin Kolinko ---

Re: [VOTE] Release Apache Tomcat 8.5.86

2023-02-22 Thread Konstantin Kolinko
he proposed 8.5.86 release is: > [ ] Broken - do not release > [x] Stable - go ahead and release as 8.5.86 (stable) Smoke tests OK with Java 7u80, Tomcat Native enabled, on Windows 10. Best regards, Konstantin Kolinko

Re: [VOTE] Release Apache Tomcat 10.1.6

2023-02-20 Thread Konstantin Kolinko
owing elsewhere. A very small > number of other TEST-*.txt files exist in the logs/ directory. > > Any suggestions? Is it a virtual machine? Are other tests mentioned in the console output of Ant? Can it be that "hard drive" is full, so no more logs could be written? JVM c

Re: February release round

2023-02-01 Thread Konstantin Kolinko
uired so I'm not sure if it merits delaying the releases... > > Thoughts? I am available to test and vote for Tomcat 8.5 and 9.0. I have no plans for Tomcat 10.1 and 11 now. Best regards, Konstantin Kolinko - To unsubsc

Re: [tomcat] branch main updated: Update the default HEAD response to exclude payload headers

2023-01-20 Thread Konstantin Kolinko
, not "MUST". Second, it mentions as an example that the "Vary" header may differ. - Looking for examples in the wild, https://stackoverflow.com/a/3854872 has an example of "Content-Length" / "Transfer-Encoding"

Re: [VOTE] Release Apache Tomcat 8.5.85 (round 2)

2023-01-17 Thread Konstantin Kolinko
nt/repositories/orgapachetomcat-1416 > > The tag is: > https://github.com/apache/tomcat/tree/8.5.85/ > 7b1f4ce0b82641bf76a3d763bd97d5522513b57b > > The proposed 8.5.85 release is: > [ ] Broken - do not release > [x] Stable - go ahead and release as 8.5.85 (stable) Smoke te

Re: HTTP/2 priorities

2022-12-06 Thread Konstantin Kolinko
editor.org/rfc/rfc9218.html#name-priority-parameters +1 Sounds reasonable. I added a link to [1] to our Specifications page on the wiki, https://cwiki.apache.org/confluence/display/TOMCAT/Specifications Best regards, Konstantin Kolinko ---

Re: Preparing to migrate to Tomcat 10.1 / Jakarta EE

2022-12-06 Thread Konstantin Kolinko
vax.servlet.context.orderedLibs"; ]]] 7. If you look into implementation of org.apache.catalina.connector.Request#getAttibute(...), you will see the following: [[[ public Object getAttribute(String name) { // Special attributes SpecialAttributeAdapter adapter = specialAttributes.get(name); if (adapter != null) { return adapter.get(this, name); } ]]] I think that this feature could be leveraged to provide mappings for the legacy attribute names. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-20 Thread Konstantin Kolinko
>> The Java version was the key. > >> > >> Eclispe JDT 4.6.3 can't compile JSPs under Java 17 as it can't read the > >> Java 17 class files. > >> > >> We can't update JDT as that is the latest version that works with Java 7 > >> and Tomcat 8.x has a (specification mandated) minimum Java version of 7. > >> > >> Updating the JDT locally, as you found, is the way to work around this > >> problem. > > > > Got it. > > > > In that case, I think we need to mark the upper limit of JDK version on > > documentation for 8.5.x. > > +1 > > I think we should update the web site to include a note that there is > actually a "qualified upper limit" on the Java version supported by > Tomcat 8.5.x out of the box, but you can manually-upgrade jdt to version > N which is compatible with both Tomcat 8.5.x and Java 17. Previous discussions, a year ago: https://bz.apache.org/bugzilla/show_bug.cgi?id=65599 https://lists.apache.org/thread/5489jyfry6zypr3x43qypqoxx02dqz08 > > I don't think this issue imperils this release, though. Not a stopper. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Missing recent release versions in Bugzilla

2022-09-28 Thread Konstantin Kolinko
silently did this step, but it is not my priority at the moment. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 10.1.0-M19

2022-09-13 Thread Konstantin Kolinko
github.com/apache/tomcat/tree/10.1.0-M19 > ff0b6c231b7a1a416688346fdd299a3d6cfb5b64 > > > The proposed 10.1.0-M19 release is: > [ ] Broken - do not release > [ ] Beta - go ahead and release as 10.1.0-M19 (beta) Best regards, Konstantin Kolinko -

A "tar.bz2" file in Apache Tomcat migration tool (1.0.2)

2022-09-05 Thread Konstantin Kolinko
src/assembly/src.xml ]]] src/assembly/bin.xml: src/assembly/src.xml: both have the following: [[[ tar.gz zip ]]] There is no "tar.bz2" above. Best regards, Konstantin Kolinko --

Re: Question about the log variable in Filters

2022-08-31 Thread Konstantin Kolinko
e different: A web application may provide its own copy of logging.properties file by placing it into its own WEB-INF/classes/ directory. https://tomcat.apache.org/tomcat-8.5-doc/logging.html#Using_java.util.logging_(default) Best regards, Konstantin Kolinko ---

Re: [tomcat] branch main updated: Improve handling of EL error messages.

2022-08-30 Thread Konstantin Kolinko
he code fragment above. I think that usage of ChoiceFormat is rare, and that it is always used with numbers, not with some random values of unknown type. So I think that we are safe to ignore this case. (c) It is possible to combine (b) with a type check, e.g. apply it for Numbers only, but skip Dates. Is there a worth in such behaviour? My preference is for (b). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Migrate from Bugzilla to GitHub Issues

2022-08-18 Thread Konstantin Kolinko
It is hard to see the whole discussion without going to the GitHub site. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Migrate from Bugzilla to GitHub Issues

2022-08-18 Thread Konstantin Kolinko
(e.g. code highlight). 2. E-mails allowed to the mailing lists have to be plain text. E-mails from Bugzilla are easier to follow. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For a

Re: [VOTE] Release Apache Tomcat 8.5.82

2022-08-11 Thread Konstantin Kolinko
чт, 11 авг. 2022 г. в 05:21, Han Li : > > > > > 2022年8月11日 06:52,Konstantin Kolinko 写道: > > > > ср, 10 авг. 2022 г. в 13:25, Han Li > <mailto:aooo...@gmail.com>>: > >> > >> Mark, > >> > >> Can I make a suggestion related

Re: [VOTE] Release Apache Tomcat 8.5.82

2022-08-10 Thread Konstantin Kolinko
logs, if anything happens. As the logs will be in Chinese. - Such an approach assumes that there is something to detect. A broken test is only broken for languages where translation exists and differs from the default.) Best regards, Konstantin Kolinko

Re: Question ad using System.gc()

2022-08-04 Thread Konstantin Kolinko
here sometimes. And this question looks to be more related to Taglibs (a set of tag library projects under Tomcat PMC) rather than to Tomcat itself. Their development is discussed here. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Updated HTTP specifications

2022-07-21 Thread Konstantin Kolinko
2022) - HTTP Caching RFC 9112 (June 2022) - HTTP/1.1 RFC 9113 (June 2022) - HTTP/2 RFC 9114 (June 2022) - HTTP/3 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands

Re: Delay between release tags and announcement

2022-07-21 Thread Konstantin Kolinko
/ are of July 5. For Firefox 101.0 the difference is more noticeable: May 31 (the official date) vs May 27 (signature) vs May 30 (files). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.1

2022-07-07 Thread Konstantin Kolinko
9ba5745c56bcd66e02d88ce7ad8bb596 Removing an undocumented option that is commented as deprecated in the code is OK. I think it does not count as an "added feature". If it is breaking something, it is covered by 0.2.0 -> 1.0.0 version number change. Thus I am OK with the ve

Missing front page update for Apache Tomcat Native 1.2.34

2022-06-17 Thread Konstantin Kolinko
://svn.apache.org/viewvc?rev=1901916=rev BTW, I added the version number to Bugzilla. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Any interest in a read-only JMX role?

2022-06-13 Thread Konstantin Kolinko
пн, 13 июн. 2022 г. в 19:54, Konstantin Kolinko : > > пн, 13 июн. 2022 г. в 19:32, Christopher Schultz > : > > > > All, > > > > I've been thinking about the possibility of making a read-only JMX role > > available for the existing manager-jmx capability.

Re: Any interest in a read-only JMX role?

2022-06-13 Thread Konstantin Kolinko
page, which is already provided by the manager app and has a dedicated role. Best regards, Konstantin Kolinko. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [tomcat] branch main updated: Update wiki links to use new locations

2022-05-16 Thread Konstantin Kolinko
> - href="https://wiki.apache.org/tomcat/FrontPage;>Wiki > + href="https://cwiki.apache.org/confluence/display/tomcat/FrontPage;>Wiki > > > > diff --git a/webapps/docs/appdev/processes.xml > b/webapps/docs/appdev/processes.xml > index ef942466e4..97642151dc 100644 > --- a/webapps/docs/appdev/processes.xml > +++ b/webapps/docs/appdev/processes.xml [] Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Tomcat mitigations for CVE-2022-21449

2022-05-01 Thread Konstantin Kolinko
) was mentioned in an unrelated discussion recently. It has access to the client's certificate. https://bz.apache.org/bugzilla/show_bug.cgi?id=66009#c3 https://tomcat.apache.org/tomcat-9.0-doc/config/realm.html https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/catalina/realm/X509UsernameRetriever.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [ANN] Apache Tomcat 10.1.0-M14 (alpha) available

2022-04-01 Thread Konstantin Kolinko
lity of Apache > > Tomcat 10.1.0-M14 (alpha). > > (...) > > -- > -- > Martin Knoblauch > email: k n o b i AT knobisoft DOT de > www: http://www.knobisoft.

Re: svn commit: r53489 [1/2] - in /dev/tomcat/tomcat-8/v8.5.78: ./ bin/ bin/embed/ bin/extras/ src/

2022-03-31 Thread Konstantin Kolinko
with props) > dev/tomcat/tomcat-8/v8.5.78/bin/apache-tomcat-8.5.78.tar.gz.sha512 > dev/tomcat/tomcat-8/v8.5.78/bin/apache-tomcat-8.5.78.zip (with props) > dev/tomcat/tomcat-8/v8.5.78/bin/apache-tomcat-8.5.78.zip.sha512 *.asc files are missing for .zip and .tar.gz above. The

Re: [tomcat] branch 9.0.x updated: Update repeatable build timestamp (currently unused)

2022-03-31 Thread Konstantin Kolinko
.tstamp.now=1648598400 > ++#2022-03-31T12:00:00Z > ++#ant.tstamp.now=1648728000 Note doubled "++" There are leading "+" on those lines. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: svn commit: r53481 - in /dev/tomcat/tomcat-10/v10.1.0-M14: ./ bin/ bin/embed/ src/

2022-03-31 Thread Konstantin Kolinko
at-10/v10.1.0-M14/src/apache-tomcat-10.1.0-M14-src.tar.gz.asc > > dev/tomcat/tomcat-10/v10.1.0-M14/src/apache-tomcat-10.1.0-M14-src.tar.gz.sha512 > dev/tomcat/tomcat-10/v10.1.0-M14/src/apache-tomcat-10.1.0-M14-src.zip > (with props) > dev/tomcat/tomcat-10/v10.1.0-M14/src/apa

Re: Re-rolling releases to pick up class loader hardening

2022-03-31 Thread Konstantin Kolinko
it or protect some of those methods with a security manager, as they are part of the public API, as I see no way to distinguish it from a proper call by the application. So I think it is up to EL to close access to object -> getClass() -> g

Re: EOL dates for Tomcat 5.0 and 4.1?

2022-03-28 Thread Konstantin Kolinko
ed "Necromancer". I happen to have 3 of those, though it looks that the official cause for them is a bit different. https://stackoverflow.com/users/4116988/konstantin-kolinko?tab=badges What astonished me while looking through the archives is that I was one of the people who tested

Re: EOL dates for Tomcat 5.0 and 4.1?

2022-03-28 Thread Konstantin Kolinko
4.1.x series." https://lists.apache.org/thread/q0bb1756s8zxg949ocodmm2j2o9ntpfq [ANN] Release of Tomcat 3.3.2 2004-03-09. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat Native 1.2.32

2022-03-18 Thread Konstantin Kolinko
Connector: (configuration details - see my vote in the VOTE thread of Tomcat 8.5.77) - Java 11 (64-bit), Java 7 (32-bit): OK Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.

Re: svn commit: r1898989 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-8.5-doc/ docs/tomcat-8.5-doc/annotationapi/ docs/tomcat-8.5-doc/annotationapi/javax/annotation/ docs/tomcat-8.5-doc/annotationapi

2022-03-17 Thread Konstantin Kolinko
ite/trunk/docs/oldnews.html besides tomcat-8.5-doc/* files, only the above 3 ones in docs/* were updated. E.g. update to the downloads page has not been committed. Best regards, Konstantin Kolinko - To unsubscribe, e-mai

Re: svn commit: r53155 - in /dev/tomcat/tomcat-connectors/native/1.2.32: ./ binaries/ source/

2022-03-17 Thread Konstantin Kolinko
It does not make sense to me, neither from Unix nor from Windows point of view. They are not *.exe files, nor are they executable shell scripts with a shebang line. A "-src.zip" file does not have this flag, so it is not a *.zip mask (auto-properties setting?) that tr

Re: [VOTE] Release Apache Tomcat 8.5.77

2022-03-16 Thread Konstantin Kolinko
recipe - see "Running cipher-suite tests without failure" thread (Feb 24, 2022), https://lists.apache.org/thread/42rkw48o00nzoxnr11jlst2d8p2y6bh5 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Small problem with release process: version number publication

2022-03-14 Thread Konstantin Kolinko
e69d - On the source tree (on the active branch in git) it has rtext="in progress" or "release in progress" https://github.com/apache/tomcat/commit/b925f769668fee1b6febf12153205ff6bdfd1258 I think it makes more sense to do it this way (with rtext="" on the tag). Best r

Re: [VOTE] Release Apache Tomcat 9.0.60

2022-03-11 Thread Konstantin Kolinko
ad https://lists.apache.org/thread/mltqyq912z97klqvzg0d5mb7h658j734 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: March releases?

2022-03-08 Thread Konstantin Kolinko
xception when using http2 protocol" - I wonder why the code mentioned there throws an ISE instead of an IOException (end of stream exception) when writing to a closed stream. That method declares that it throws an IOException. I commented in that thread. It is not in BZ yet.

Re: [tomcat] branch 9.0.x updated: Fix Response#sendRedirect() if no request context exists.

2022-03-07 Thread Konstantin Kolinko
вт, 1 мар. 2022 г. в 18:08, : > > 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

Re: BuildBot 2 - builds failing due to Linux OOM task management

2021-12-07 Thread Konstantin Kolinko
ently running. Even though they did not start at the same time, it looks like they overlap. I saw both 10.0.x and 9 being tested at the same time. (10.0.x has finished a few seconds ago). Best regards, Konstantin Kolinko - To un

Re: Building Tomcat 8.5.x with Java 7

2021-11-11 Thread Konstantin Kolinko
ate for "US/Let's Encrypt/R3" I am attaching it, if it helps. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [tomcat] branch main updated: Ensure request URIs start with /

2021-10-14 Thread Konstantin Kolinko
чт, 14 окт. 2021 г. в 13:37, Mark Thomas : > > On 14/10/2021 11:32, Konstantin Kolinko wrote: > > чт, 14 окт. 2021 г. в 13:01, Mark Thomas : > >> > >> On 14/10/2021 10:59, ma...@apache.org wrote: > >>> This is an automated email from the ASF dual-hoste

Re: [tomcat] branch main updated: Ensure request URIs start with /

2021-10-14 Thread Konstantin Kolinko
uences > like "/..;a=b/" and I'll be addressing those as an optional check in a > separate commit. How about an "OPTIONS * HTTP/1.1" request? https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS https://datatracker.ietf.

Re: [tomcat] branch main updated: Do not add a trailing / to a request URI during canonicalization.

2021-10-14 Thread Konstantin Kolinko
making a request, though I am not 100% sure. If so, the non-normalized URLs will come from elsewhere, not from a browser. (And so there will be no difference for browsers). d. If backporting, it would better be configurable. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: ECJ, Tomcat 8.5.x and Java 17

2021-10-08 Thread Konstantin Kolinko
пт, 8 окт. 2021 г. в 11:18, Mark Thomas : > > On 07/10/2021 20:59, Konstantin Kolinko wrote: > > чт, 7 окт. 2021 г. в 18:46, Mark Thomas : > > > > >> Is this a problem worth solving? If it is, is there a better way? > > > > Hi! > > > > La

Re: ECJ, Tomcat 8.5.x and Java 17

2021-10-07 Thread Konstantin Kolinko
чт, 7 окт. 2021 г. в 22:59, Konstantin Kolinko : > чт, 7 окт. 2021 г. в 18:46, Mark Thomas : > > > Approach e) > Combine ecj-4.6.3.jar and ecj-4.20.jar (or later) into a single > multi-release jar, "ecj-4.3.6_and_4.20.jar". > See > https://openjdk.java.net/jeps/23

Re: ECJ, Tomcat 8.5.x and Java 17

2021-10-07 Thread Konstantin Kolinko
Version", "Bundle-ClassPath" are to be removed. The ecj-4.20.jar is signed. Those signatures are to be removed as well). - The ecj-4.6.3.jar classes stay where they are. - The ecj-4.20.jar classes go into META-INF/versions/9/ I do not quite like this approach, but I tested it and it works. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.5.72

2021-10-05 Thread Konstantin Kolinko
st allowing 24 hours for anyone who voted to change their vote if > they wish and then either complete the release if the votes remain > unchanged or create a 8.5.73 release if there are any -1 votes. +1 to go. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.5.72

2021-10-03 Thread Konstantin Kolinko
getting to close the Maven repo. Please check again. > The maven repo is still in the same state, 404 - Repository "orgapachetomcat-1337 (staging: open)" [id=orgapachetomcat-1337] exists but is not exposed. Best regards, Konstantin Kolinko --

Re: [VOTE] Release Apache Tomcat 8.5.72

2021-10-02 Thread Konstantin Kolinko
rg/bugzilla/show_bug.cgi?id=65599#c2 Error handling in that case could be better, but as this is not a regression (occurs with 8.5.71 as well, as originally reported) and there is no fix for the root cause, I do not consider it a showstopper. I wonder whether now is the good

Re: [VOTE] Release Apache Tomcat 8.5.72

2021-10-01 Thread Konstantin Kolinko
t looks that it was created by VIM 8.2. Not a stopper. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.5.72

2021-10-01 Thread Konstantin Kolinko
is not accessible: 404 - Repository "orgapachetomcat-1337 (staging: open)" [id=orgapachetomcat-1337] exists but is not exposed. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.or

Re: [VOTE] Release Apache Tomcat 9.0.54

2021-09-30 Thread Konstantin Kolinko
-1336 > The tag is: > https://github.com/apache/tomcat/tree/9.0.54 > 454f804f3336ec980e84eb84bb6a051e349c6d3a > > The proposed 9.0.54 release is: > [ ] Broken - do not release > [x] Stable - go ahead and release as 9.0.54 (stable) Tested on Windows 10 with 64-bit JDKs. Smoke tests OK (Java 8u302) U

Re: Refactoring handling of TRACE requests

2021-09-27 Thread Konstantin Kolinko
webapps/manager/WEB-INF/web.xml: I remove auth-constraint element from security-constraint for /status/*, i.e. to allow unauthenticated access to Status servlet Req: TRACE /manager/status HTTP/1.0 Resp: HTTP/1.1 200 The TRACE request is not denied. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.5.71

2021-09-12 Thread Konstantin Kolinko
oke-testing OK (installer, examples with Java 7u80). Tests OK (32-bit Java 7u80, 64-bit Java 8u302, 11.0.12, 16.0.2). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: buildbot failure in on tomcat-9.0.x

2021-09-07 Thread Konstantin Kolinko
:93) ]]] All other tests in the series of 96 completed successfully. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: svn commit: r49785 - in /dev/tomcat/tomcat-10/v10.0.11: ./ bin/ bin/embed/ src/

2021-09-07 Thread Konstantin Kolinko
вт, 7 сент. 2021 г. в 10:54, Mark Thomas : > > On 07/09/2021 08:20, Rémy Maucherat wrote: > > On Tue, Sep 7, 2021 at 8:42 AM Konstantin Kolinko > > wrote: > >> > >> пн, 6 сент. 2021 г. в 21:28, : > >>> > >>> Author: markt &g

Re: svn commit: r49785 - in /dev/tomcat/tomcat-10/v10.0.11: ./ bin/ bin/embed/ src/

2021-09-07 Thread Konstantin Kolinko
1-src.tar.gz > (with props) > dev/tomcat/tomcat-10/v10.0.11/src/apache-tomcat-10.0.11-src.tar.gz.asc > dev/tomcat/tomcat-10/v10.0.11/src/apache-tomcat-10.0.11-src.tar.gz.sha512 > dev/tomcat/tomcat-10/v10.0.11/src/apache-tomcat-10.0.11-src.zip (with > props) > d

Re: svn commit: r49786 - in /dev/tomcat/tomcat-9/v9.0.53: ./ bin/ bin/embed/ src/

2021-09-07 Thread Konstantin Kolinko
th > props) > dev/tomcat/tomcat-9/v9.0.53/src/apache-tomcat-9.0.53-src.zip.asc (with > props) > dev/tomcat/tomcat-9/v9.0.53/src/apache-tomcat-9.0.53-src.zip.sha512 > > Added: dev/tomcat/tomcat-9/v9.0.53/KEYS > ... Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.5.70

2021-08-14 Thread Konstantin Kolinko
8D9875A5110C01C5A2F6059E7 gpg: Good signature from "Mark E D Thomas " [unknown] and this key is present in Mark's profile and is known by the Key server. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.5.70

2021-08-11 Thread Konstantin Kolinko
table - go ahead and release as 8.5.70 Tested on Windows 10. - Smoke testing OK (with 32-bit Java 7u80 from Oracle) - Unit tests OK (32-bit Java 7u80 from Oracle, 64-bit Java 8u292 from AdoptOpenJDK, Java 11.0.12 from Eclipse Temurin - former AdoptOpenJDK, Java 16.0.2 from OpenJDK). Best regard

Re: openssl-3.0.0 test failures with 9.0.x (I have not checked the other branches)

2021-08-10 Thread Konstantin Kolinko
T-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.APR.txt.html Clicking on "Complete File" to see the content, it is the same error throughout the file: /srv/gump/public/workspace/openssl-master/dest-20210810/bin/openssl: error while loading shared libr

Re: [VOTE] Release Apache Tomcat 9.0.52

2021-08-05 Thread Konstantin Kolinko
cat-1327 > The tag is: > https://github.com/apache/tomcat/tree/9.0.52 > 4eb8a379747847fd11ab44a54cc108b05eaa82a0 > > The proposed 9.0.52 release is: > [ ] Broken - do not release > [x] Stable - go ahead and release as 9.0.52 (stable) Smoke tests OK Unit tests OK (64-

Re: [VOTE] Release Apache Tomcat 10.0.9

2021-07-30 Thread Konstantin Kolinko
пт, 30 июл. 2021 г. в 01:34, Konstantin Kolinko : > > чт, 29 июл. 2021 г. в 22:07, Mark Thomas : > > > > The proposed Apache Tomcat 10.0.9 release is now available for > > voting. > > > > > > For full details, see the changelog: > > https://

Re: [VOTE] Release Apache Tomcat 9.0.51

2021-07-29 Thread Konstantin Kolinko
l.LifecycleBase.start(LifecycleBase.java:183) ... 38 more Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 10.0.9

2021-07-29 Thread Konstantin Kolinko
(with props) dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.zip.sha512 ... Note that *.asc signatures are missing for the above two ones (.tar.gz and zip) Best regards, Konstantin Kolinko - To unsubscribe, e

Re: [tomcat] 03/03: Add support for coercing LambdaExpression to any functional interface

2021-07-09 Thread Konstantin Kolinko
пт, 9 июл. 2021 г. в 12:19, Mark Thomas : > > On 09/07/2021 09:58, Konstantin Kolinko wrote: > > Thanks Konstantin. This is good feedback. > > [...] > > > I wonder how Java itself (a java compiler) deals with coercion of > > lambdas to interfaces. Either it g

Re: [tomcat] 03/03: Add support for coercing LambdaExpression to any functional interface

2021-07-09 Thread Konstantin Kolinko
compiler) deals with coercion of lambdas to interfaces. Either it generates calls to some helper API, or it just repeats the same boilerplate code over and over. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

  1   2   3   4   5   6   7   8   9   10   >