[Bug 64872] Inefficient enum resolution in JSPs

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64872 --- Comment #6 from John Engebretson --- We have a Tomcat8 implementation deployed that addresses the following cases: Boolean/boolean properties: value="true" value="${true}" value="${'true'}" String properties: value="${'myString'}" Enum

[Bug 64872] Inefficient enum resolution in JSPs

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64872 --- Comment #5 from Mark Thomas --- Yes, I could support a feature like that. The tricky part is going to be implementing it. The JSP engine doesn't have access to the internals of the EL parser. Just musing on that, are all the uses of the

[Bug 64872] Inefficient enum resolution in JSPs

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64872 --- Comment #4 from John Engebretson --- "Fudging the spec is not an option." Understood. "That said, I do wonder why expression language is being used in these instances rather than a scriptlet." EL was originally used for this because a)

[Bug 64872] Inefficient enum resolution in JSPs

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64872 --- Comment #3 from Mark Thomas --- Fudging the spec is not an option. Providing an option that provides non-spec compliant behaviour and is disabled by default is an option. That said, I do wonder why expression language is being used in

[Bug 64875] ClassNotFoundException with GraalVM and JNI

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64875 --- Comment #10 from Iván López --- Regarding the class `io.netty.internal.tcnative.SSLPrivateKeyMethod`, it's coming because the test application we have uses Micronaut Http Client, that uses some Netty dependencies under the hood. But even

[Bug 64875] ClassNotFoundException with GraalVM and JNI

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64875 --- Comment #9 from Iván López --- I think that Graal will only look for `jni-config.json` automatically, so if the file is called `tomcat-jni.json` the user needs to manually "enable" it. -- You are receiving this mail because: You are the

[tomcat] branch 7.0.x updated: Add credit

2020-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new f464506 Add credit f464506 is described below

[tomcat] branch master updated: Add credit

2020-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 590f7d9 Add credit 590f7d9 is described below

[tomcat] branch 8.5.x updated: Add credit

2020-11-10 Thread markt
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 c598ff8 Add credit c598ff8 is described below

[tomcat] branch 9.0.x updated: Add credit

2020-11-10 Thread markt
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 4eaf189 Add credit 4eaf189 is described below

[Bug 64875] ClassNotFoundException with GraalVM and JNI

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64875 --- Comment #8 from Remy Maucherat --- (In reply to Iván López from comment #7) > Yes please, that would be awesome because we (Micronaut) will be able to > upgrade to the next 9.0.40 (at this moment I rolled back to 9.0.38). There would be

[Bug 64818] Allow duplicate URL mapping to the same Servlet

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64818 Igal Sapir changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 64875] ClassNotFoundException with GraalVM and JNI

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64875 --- Comment #7 from Iván López --- > I don't mind removing "-H:JNIConfigurationResources=${.}/tomcat-jni.json" > from

[Bug 64875] ClassNotFoundException with GraalVM and JNI

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64875 --- Comment #6 from mgrigorov --- (In reply to Remy Maucherat from comment #5) > (In reply to mgrigorov from comment #2) > > I've made it possible to use APR protocol. > > There is nothing Netty specific in it. > > As Remy explained you need

[tomcat] branch master updated: Fix Windows test failures

2020-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new da3b672 Fix Windows test failures da3b672 is

[Bug 64875] ClassNotFoundException with GraalVM and JNI

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64875 --- Comment #5 from Remy Maucherat --- (In reply to mgrigorov from comment #2) > I've made it possible to use APR protocol. > There is nothing Netty specific in it. > As Remy explained you need to find out how Netty is being involved and why >

[tomcat] branch 8.5.x updated: Add more optimized DataSource code for session store

2020-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 1fbdf55 Add more optimized DataSource code for

[tomcat] branch 8.5.x updated: Add more optimized DataSource code for session store

2020-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 1fbdf55 Add more optimized DataSource code for

[Bug 64877] New implementation of JDBC Based Store with better performances

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64877 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[GitHub] [tomcat] rmaucher closed pull request #376: Implement Bug 64877

2020-11-10 Thread GitBox
rmaucher closed pull request #376: URL: https://github.com/apache/tomcat/pull/376 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

[GitHub] [tomcat] rmaucher commented on pull request #376: Implement Bug 64877

2020-11-10 Thread GitBox
rmaucher commented on pull request #376: URL: https://github.com/apache/tomcat/pull/376#issuecomment-724639920 I meged the PR, sorf of, in Tomcat 10. Thanks ! Also added in 9.0 and 8.5. This is an automated message from the

[Bug 64875] ClassNotFoundException with GraalVM and JNI

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64875 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this

[tomcat] branch 9.0.x updated: Add more optimized DataSource code for session store

2020-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 4964a1b Add more optimized DataSource code for

Re: Removing JDBC mode from JDBCStore

2020-11-10 Thread Keiichi Fujino
2020年11月9日(月) 22:45 Rémy Maucherat : > Hi, > > As part of https://github.com/apache/tomcat/pull/376 and along with the > similar removal of JDBCRealm, I would like to propose: > - Remove JDBC code from JDBCStore in Tomcat 10, in favor of DataSource > code; this allows simplifying and removing

[tomcat] branch 7.0.x updated: Add HTTP header security filter to manager, host manager and examples

2020-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 7bbd7bc Add HTTP header security filter to

[tomcat] branch 8.5.x updated: Add HTTP header security filter to manager, host manager and examples

2020-11-10 Thread markt
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 6124be5 Add HTTP header security filter to

[tomcat] branch 9.0.x updated: Add HTTP header security filter to manager, host manager and examples

2020-11-10 Thread markt
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 6e232f8 Add HTTP header security filter to

[tomcat] branch master updated: Add HTTP header security filter to manager, host manager and examples

2020-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 0ca2ba3 Add HTTP header security filter to

[tomcat] branch 8.5.x updated: Add SameSite=strict for cookies from /examples

2020-11-10 Thread markt
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 d229dd6 Add SameSite=strict for cookies from

[tomcat] branch 9.0.x updated: Add SameSite=strict for cookies from /examples

2020-11-10 Thread markt
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 8626033 Add SameSite=strict for cookies from

[tomcat] branch master updated: Add SameSite=strict for cookies from /examples

2020-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 35347c5 Add SameSite=strict for cookies from

[tomcat] branch 9.0.x updated: Add SameSite=strict for cookies from /examples

2020-11-10 Thread markt
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 8626033 Add SameSite=strict for cookies from

[tomcat] branch master updated: Add SameSite=strict for cookies from /examples

2020-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 35347c5 Add SameSite=strict for cookies from

Re: [tomcat] branch master updated: Rename strings in other languages

2020-11-10 Thread Mark Thomas
On 09/11/2020 21:41, r...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > remm pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/master by this push:

[Bug 64830] HTTP2 : GOAWAY sent with Protocol Error and Frame Size Error

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64830 --- Comment #17 from Mark Thomas --- I didn't see any payload errors reported. The other errors occurred after a few seconds on Windows so I fixed those then ran a longer test (20 mins) where no errors where observed. I don't immediately see

[Bug 64818] Allow duplicate URL mapping to the same Servlet

2020-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64818 --- Comment #10 from Mark Thomas --- The move to enhancement just signifies that it is being treated as an enhancement rather than a bug as they have different expectations when it comes to speed of resolution. I continue to be of the view