Jakarta EE - EL TCK (nightly)

2019-01-29 Thread Mark Thomas
For the record, Tomcat 9.0.x passes this once the TCK is correctly configured. It is the nightly TCK build so this isn't official but it is nice to see that, despite not having access to the TCKs for a number of years, Tomcat passes the TCK. Thanks to all of those contributors who did have access

Nightly builds of Jakarta EE TCKs available

2019-01-29 Thread Mark Thomas
See: https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/nightly/ I've started with the EL 3.0 TCK as it should be one of the simplest to set up. Those of you who had access to the TCKs from Sun/Oracle will find it very familiar. Not much has changed. I'm only half-way through my first test ru

[Bug 63115] JSP standalone compilation doesn't work. First folder in path is duplicate

2019-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63115 --- Comment #3 from Mark Thomas --- This is an entirely untested build of the latest svn source. Use it at your own risk. http://people.apache.org/~markt/dev/v9.0.15-dev/ -- You are receiving this mail because: You are the assignee for the b

Re: Proposal: BackupManager *is* "battle-tested"

2019-01-29 Thread Mark Thomas
On 29/01/2019 18:03, Christopher Schultz wrote: > All, > > The documentation[1][2] for the cluster manager currently says: > > " > Downside of the BackupManager: not quite as battle tested as the delta > manager. > " > > I think we can remove this qualification from the BackupManager at > this p

Proposal: BackupManager *is* "battle-tested"

2019-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, The documentation[1][2] for the cluster manager currently says: " Downside of the BackupManager: not quite as battle tested as the delta manager. " I think we can remove this qualification from the BackupManager at this point. In fact, we mig

[GitHub] tomcat issue #137: Add HTML lang="en"

2019-01-29 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue: https://github.com/apache/tomcat/pull/137 > 404/403/401.jsp pages in manager and host-manager may benefit from localization, and in that case the lang attribute has to be calculated dynamically to reflect the actual language being

[Bug 63115] JSP standalone compilation doesn't work. First folder in path is duplicate

2019-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63115 --- Comment #2 from Philippe --- If you can provide me a pre-build for linux, I can re-test and confirm bug duplication. -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1852459 [2/4] - in /tomcat/trunk: ./ java/org/apache/tomcat/dbcp/dbcp2/ java/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/ java/org/apache/tomcat/dbcp/dbcp2/datasources/ java/org/apache/tomca

2019-01-29 Thread markt
Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSource.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSource.java?rev=1852459&r1=1852458&r2=1852459&view=diff ==

svn commit: r1852459 [4/4] - in /tomcat/trunk: ./ java/org/apache/tomcat/dbcp/dbcp2/ java/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/ java/org/apache/tomcat/dbcp/dbcp2/datasources/ java/org/apache/tomca

2019-01-29 Thread markt
Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/PoolableConnectionFactory.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/PoolableConnectionFactory.java?rev=1852459&r1=1852458&r2=1852459&view=diff =

svn commit: r1852459 [3/4] - in /tomcat/trunk: ./ java/org/apache/tomcat/dbcp/dbcp2/ java/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/ java/org/apache/tomcat/dbcp/dbcp2/datasources/ java/org/apache/tomca

2019-01-29 Thread markt
Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSourceFactory.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSourceFactory.java?rev=1852459&r1=1852458&r2=1852459&view=diff ===

svn commit: r1852459 [1/4] - in /tomcat/trunk: ./ java/org/apache/tomcat/dbcp/dbcp2/ java/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/ java/org/apache/tomcat/dbcp/dbcp2/datasources/ java/org/apache/tomca

2019-01-29 Thread markt
Author: markt Date: Tue Jan 29 15:03:15 2019 New Revision: 1852459 URL: http://svn.apache.org/viewvc?rev=1852459&view=rev Log: Update the internal fork of Apache Commons DBCP 2 to de20b77 (2019-01-29) to pick up some bug fixes and enhancements. Added: tomcat/trunk/java/org/apache/tomcat/dbcp

Updating Commons Pool fork - on hold

2019-01-29 Thread Mark Thomas
Just a quick note to say that I am deliberately not updating this code due to the on-going discussion on dev@commons.a.o about the correct fix for POOL-356. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For add

svn commit: r1852458 - in /tomcat/trunk: java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2019-01-29 Thread remm
Author: remm Date: Tue Jan 29 14:34:19 2019 New Revision: 1852458 URL: http://svn.apache.org/viewvc?rev=1852458&view=rev Log: Add full SSL configuration options to the JMX remote listener using the SSLHostConfig framework. Better configuration can be useful for cloud deployments, although raw JM

svn commit: r1852457 - in /tomcat/trunk: MERGE.txt java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java java/org/apache/tomcat/util/http/fileupload/IOUtils.java webapps/docs/changelog.xml

2019-01-29 Thread markt
Author: markt Date: Tue Jan 29 14:24:18 2019 New Revision: 1852457 URL: http://svn.apache.org/viewvc?rev=1852457&view=rev Log: Update the internal fork of Apache Commons FileUpload to pick up the changes in the Apache Commons FileUpload 1.4 release. Modified: tomcat/trunk/MERGE.txt tomca

Re: TC trunk on SLES 11 with APR and Java 11: to many threads during TestDefaultServletEncodingWith*Bom

2019-01-29 Thread Rainer Jung
Am 29.01.2019 um 10:12 schrieb Rémy Maucherat: On Tue, Jan 29, 2019 at 12:01 AM Rainer Jung wrote: Thanks Rémy, that seems to have fixed it. As a much smaller annoyance, now every single executing test writes one new line: WARNING [main] org.apache.tomcat.util.net.AprEndpoint$Sendfile.stop T

svn commit: r1852448 - /tomcat/trunk/java/org/apache/tomcat/util/codec/

2019-01-29 Thread markt
Author: markt Date: Tue Jan 29 13:02:36 2019 New Revision: 1852448 URL: http://svn.apache.org/viewvc?rev=1852448&view=rev Log: Update Tomcat's package renamed fork of Commons Codec No code changes. Merge info only. Modified: tomcat/trunk/java/org/apache/tomcat/util/codec/ (props changed) P

svn commit: r1852447 - /tomcat/trunk/java/org/apache/tomcat/util/bcel/

2019-01-29 Thread markt
Author: markt Date: Tue Jan 29 13:01:13 2019 New Revision: 1852447 URL: http://svn.apache.org/viewvc?rev=1852447&view=rev Log: Simplify mergeinfo Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed) Propchange: tomcat/trunk/java/org/apache/tomcat/util/bcel/

svn commit: r1852445 - /tomcat/trunk/java/org/apache/tomcat/util/bcel/

2019-01-29 Thread markt
Author: markt Date: Tue Jan 29 12:56:48 2019 New Revision: 1852445 URL: http://svn.apache.org/viewvc?rev=1852445&view=rev Log: Update Tomcat's package renamed fork of BCEL to BCEL 6.3. No code changes. Merge info only. Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed)

svn commit: r1852433 - in /tomcat/trunk/java/org/apache/tomcat/dbcp: dbcp2/overview.html pool2/overview.html

2019-01-29 Thread markt
Author: markt Date: Tue Jan 29 11:17:30 2019 New Revision: 1852433 URL: http://svn.apache.org/viewvc?rev=1852433&view=rev Log: Remove unused files Removed: tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/overview.html tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/overview.html -

[GitHub] tomcat issue #137: Add HTML lang="en"

2019-01-29 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/137 > Anyway, those package.html files are just fragments consumed by javadoc tool. I suspect that changing the attributes of the HTML element does not have any effect on generated Javadoc documentatio

[Bug 63126] "ant package-zip" creates zip only containing a few empty directories

2019-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63126 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 63126] New: "ant package-zip" creates zip only containing a few empty directories

2019-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63126 Bug ID: 63126 Summary: "ant package-zip" creates zip only containing a few empty directories Product: Tomcat 8 Version: 8.5.35 Hardware: PC OS: Linux

[Bug 63114] Async methods do not call handler on exception

2019-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63114 --- Comment #3 from Mark Thomas --- IllegalStateException on attempting to send messages concurrently is as per the spec. IllegalArgumentException on encoding to UTF-8 shouldn't happen. It is possible but a client would need to go out of its w

[GitHub] tomcat issue #137: Add HTML lang="en"

2019-01-29 Thread kkolinko
Github user kkolinko commented on the issue: https://github.com/apache/tomcat/pull/137 > The changes to package.html and similar look good. The doctype declaration in package.html says HTML 3.2 and I that version does not have the lang attribute on HTML element. HTML 4.01 DTD

[Bug 63123] Unable to precompile JSPs using Jasper in Tomcat 9.0.14, worked properly in 9.0.13 version

2019-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63123 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 63056] JspC ignores uriroot property as of Tomcat 9.0.14 / 8.5.37

2019-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63056 Rainer Jung changed: What|Removed |Added CC||appe.r...@gmail.com --- Comment #6 from

Re: TC trunk on SLES 11 with APR and Java 11: to many threads during TestDefaultServletEncodingWith*Bom

2019-01-29 Thread Rémy Maucherat
On Tue, Jan 29, 2019 at 12:01 AM Rainer Jung wrote: > Thanks Rémy, that seems to have fixed it. > > As a much smaller annoyance, now every single executing test writes one > new line: > > WARNING [main] org.apache.tomcat.util.net.AprEndpoint$Sendfile.stop The > sendfile thread failed to stop in a

svn commit: r1852422 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2019-01-29 Thread remm
Author: remm Date: Tue Jan 29 08:57:02 2019 New Revision: 1852422 URL: http://svn.apache.org/viewvc?rev=1852422&view=rev Log: Additional APR sendfile stop fix Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEnd

[Bug 63123] New: Unable to precompile JSPs using Jasper in Tomcat 9.0.14, worked properly in 9.0.13 version

2019-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63123 Bug ID: 63123 Summary: Unable to precompile JSPs using Jasper in Tomcat 9.0.14, worked properly in 9.0.13 version Product: Tomcat 9 Version: 9.0.14 Hardware: PC

[Bug 63123] Unable to precompile JSPs using Jasper in Tomcat 9.0.14, worked properly in 9.0.13 version

2019-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63123 Raja Shekar changed: What|Removed |Added Priority|P2 |P1 OS|