[Bug 62164] Build for Eclipse IDE does not work

2018-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62164 --- Comment #8 from Jaikiran Pai --- FWIW - a vote for releasing Ant with this fix is in progress, if anyone wants to try it out https://www.mail-archive.com/dev@ant.apache.org/msg47371.html -- You are receiving this mail because: You are

[Bug 62528] New: awt.dll: %1 is not a valid Win32 application

2018-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62528 Bug ID: 62528 Summary: awt.dll: %1 is not a valid Win32 application Product: Tomcat 8 Version: 8.5.32 Hardware: PC Status: NEW Severity: normal Priority: P2

svn commit: r1835623 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SSLUtilBase.java webapps/docs/changelog.xml

2018-07-11 Thread markt
Author: markt Date: Wed Jul 11 10:25:29 2018 New Revision: 1835623 URL: http://svn.apache.org/viewvc?rev=1835623=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62526 Correctly handle PKCS12 format key stores when the key store password is configured to be the empty string.

svn commit: r1835622 - in /tomcat/trunk: java/org/apache/tomcat/util/net/SSLUtilBase.java webapps/docs/changelog.xml

2018-07-11 Thread markt
Author: markt Date: Wed Jul 11 10:24:02 2018 New Revision: 1835622 URL: http://svn.apache.org/viewvc?rev=1835622=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62526 Correctly handle PKCS12 format key stores when the key store password is configured to be the empty string.

svn commit: r1835625 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2018-07-11 Thread markt
Author: markt Date: Wed Jul 11 10:32:52 2018 New Revision: 1835625 URL: http://svn.apache.org/viewvc?rev=1835625=rev Log: Fix Javadoc warning flagged by IDE Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modified:

svn commit: r1835624 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLUtilBase.java

2018-07-11 Thread markt
Author: markt Date: Wed Jul 11 10:26:46 2018 New Revision: 1835624 URL: http://svn.apache.org/viewvc?rev=1835624=rev Log: Tweak comment as 8.5.x uses Java 7 onwards Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLUtilBase.java Modified:

[Bug 62526] Tomcat fails in a strange way when PKCS12 key store password is the empty string

2018-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62526 Mark Thomas changed: What|Removed |Added Summary|Tomcat fails in a strange |Tomcat fails in a strange

[Bug 62526] Tomcat fails in a strange way when PKCS12 key store password is the empty string

2018-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62526 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1835627 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java java/org/apache/tomcat/util/net/jsse/res/LocalStrings.properties webapps/docs/changelog.xml

2018-07-11 Thread markt
Author: markt Date: Wed Jul 11 11:09:51 2018 New Revision: 1835627 URL: http://svn.apache.org/viewvc?rev=1835627=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62526 Correctly handle PKCS12 format key stores when the key store password is configured to be the empty string.

[Bug 62528] awt.dll: %1 is not a valid Win32 application

2018-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62528 Harindra changed: What|Removed |Added OS|All |Windows 7 -- You are receiving this mail

[Bug 62528] awt.dll: %1 is not a valid Win32 application

2018-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62528 --- Comment #2 from Harindra --- Hi Mark. Thanks for your quick response. I had installed apache-tomcat-8.5.32.exe with Jdk 10.0.1, OS is Windows 7. When I changed the Startup -> Mode to 'java' instead of 'jvm' then NO error occurred when

svn commit: r1835641 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/descriptor/web/ResourceBase.java

2018-07-11 Thread markt
Author: markt Date: Wed Jul 11 13:06:36 2018 New Revision: 1835641 URL: http://svn.apache.org/viewvc?rev=1835641=rev Log: Remove unused code Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/descriptor/web/ResourceBase.java Modified:

[Bug 62528] awt.dll: %1 is not a valid Win32 application

2018-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62528 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1835639 - in /tomcat/trunk: java/javax/el/ test/javax/el/ test/javax/servlet/jsp/el/ test/webapp/WEB-INF/tags/ test/webapp/bug6nnnn/ webapps/docs/

2018-07-11 Thread markt
Author: markt Date: Wed Jul 11 13:02:46 2018 New Revision: 1835639 URL: http://svn.apache.org/viewvc?rev=1835639=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62453 Add a performance optimisation for using expressions in tags that depend on uninitialised tag attributes with implied

Re: Feature Request: Add a YUM Package for Tomcat

2018-07-11 Thread Coty Sutherland
Hi, On Tue, Jul 10, 2018 at 7:52 PM Michel Feinstein wrote: > Hi developers, I just want to post here a feature request. > > There are several tutorials online on how to get Tomcat (any version) > running on a server. They will be mostly about using "wget" to download the > binaries and

svn commit: r1835643 - in /tomcat/tc8.5.x/trunk: ./ java/javax/el/ test/javax/el/ test/javax/servlet/jsp/el/ test/webapp/WEB-INF/tags/ test/webapp/bug6nnnn/ webapps/docs/

2018-07-11 Thread markt
Author: markt Date: Wed Jul 11 16:03:01 2018 New Revision: 1835643 URL: http://svn.apache.org/viewvc?rev=1835643=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62453 Add a performance optimisation for using expressions in tags that depend on uninitialised tag attributes with implied

[Bug 62453] Tomcat tries to resolve uninitialized tag attributes in EL as java class names and this behavior causes performance problems.

2018-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62453 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 61692] CGIServlet should handle additional HTTP methods, for example MKCALENDAR, MKCOL, PROPFIND, PROPPATCH

2018-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61692 --- Comment #9 from Mark Thomas --- Another idea. Add a new option cgiMethods which is a comma separated list of methods to pass to the CGI script (or * for all methods). Requests using one of those methods are always passed to the script.

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2018-07-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-apr has an issue affecting its community integration.

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2018-07-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio2 has an issue affecting its community integration.

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2018-07-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio has an issue affecting its community integration.