[Bug 64649] XSLT transformation - document('') doesn't return stylesheet

2020-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64649 Stefan Pöschel changed: What|Removed |Added Component|Standard Taglib |XTags Taglib -- You are receiving

[Bug 64614] tomcat doesn't work with JSSE FIPS-compliant with NSS

2020-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64614 --- Comment #14 from jfclere --- https://github.com/apache/tomcat/pull/334 as the best I can get ;-) -- You are receiving this mail because: You are the assignee for the bug.

[GitHub] [tomcat] jfclere opened a new pull request #334: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=64614

2020-08-06 Thread GitBox
jfclere opened a new pull request #334: URL: https://github.com/apache/tomcat/pull/334 I was not able to convince the JVM in "FIPS mode" to use an alias, if there are several key/cert in the keystore it will use the latest one, therefore the following patch.

Publishing EOL dates on whichversion?

2020-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm wondering if we shouldn't add EOL dates to the "which version" page. The table on that page is very busy, but I think it would help to know: 1. When a currently-supported version will be EOL'd (e.g. 7.0.x) 2. When a superseded version

buildbot success in on tomcat-trunk

2020-08-06 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/5330 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[GitHub] [tomcat] jfclere merged pull request #309: Allow recursive substitution of properties.

2020-08-06 Thread GitBox
jfclere merged pull request #309: URL: https://github.com/apache/tomcat/pull/309 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

[tomcat] branch master updated: Allow recursive substitution of properties. Add tests and use indexOf("${") instead indexOf('$').

2020-08-06 Thread jfclere
This is an automated email from the ASF dual-hosted git repository. jfclere 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 e7896ee Allow recursive substitution of

[GitHub] [tomcat] kelthuzadx opened a new pull request #333: Support INDEX.LIST in jar file to speed up resource finding

2020-08-06 Thread GitBox
kelthuzadx opened a new pull request #333: URL: https://github.com/apache/tomcat/pull/333 `jdk.internal.util.jar.JarIndex` was introduced by JDK1.3, it's an old but useful technique. If third-party JAR files contain INDEX.LIST file(generated via `jar -i` command), these JAR files can be

Re: Failing Travis CI build and Smoke Test / JDK8 ubuntu-latest

2020-08-06 Thread jean-frederic clere
On 05/08/2020 14:35, Martin Grigorov wrote: Hi, On Wed, Aug 5, 2020 at 10:22 AM jean-frederic clere > wrote: Hi, The Travis CI build seems to fail on timout regularly should we increase the timeout? Or investigate the problem? Smoke Test / JDK8

[Bug 64649] New: XSLT transformation - document('') doesn't return stylesheet

2020-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64649 Bug ID: 64649 Summary: XSLT transformation - document('') doesn't return stylesheet Product: Taglibs Version: nightly Hardware: PC OS: Linux

[GitHub] [tomcat] martin-g commented on a change in pull request #330: BZ-64644 throw an Idle Session Event on idle timeout

2020-08-06 Thread GitBox
martin-g commented on a change in pull request #330: URL: https://github.com/apache/tomcat/pull/330#discussion_r466241414 ## File path: java/org/apache/tomcat/websocket/WsSession.java ## @@ -809,20 +825,36 @@ protected void updateLastActive() { lastActive =

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466203459 ## File path: test/org/apache/catalina/core/TestStandardContextValve.java ## @@ -182,4 +184,66 @@ public void requestDestroyed(ServletRequestEvent sre) {

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466202972 ## File path: java/org/apache/coyote/ContinueHandlingResponsePolicy.java ## @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466179556 ## File path: test/org/apache/catalina/core/TestStandardContextValve.java ## @@ -182,4 +184,66 @@ public void requestDestroyed(ServletRequestEvent sre) {

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466178352 ## File path: java/org/apache/coyote/ContinueHandlingResponsePolicy.java ## @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466174698 ## File path: java/org/apache/catalina/connector/Response.java ## @@ -1197,16 +1197,12 @@ public String encodeUrl(String url) { public void

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466173884 ## File path: java/org/apache/coyote/Request.java ## @@ -709,4 +718,13 @@ private static String getCharsetFromContentType(String contentType) {

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466173546 ## File path: java/org/apache/coyote/AbstractProtocol.java ## @@ -262,6 +267,18 @@ public void setConnectionLinger(int connectionLinger) {

[GitHub] [tomcat] michael-o commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
michael-o commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466167274 ## File path: java/org/apache/coyote/ContinueHandlingResponsePolicy.java ## @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software Foundation (ASF)