[Bug 62273] Add support for alternate URL specification

2018-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 --- Comment #31 from sureshkarthiece --- (In reply to Christopher Schultz from comment #15) > (In reply to Trevor Robinson from comment #14) > > This is not acceptable to be put into a bugfix version. > > Um... this should UN-BREAK things, not

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-19 Thread rmaucher
Github user rmaucher commented on the issue: https://github.com/apache/tomcat/pull/134 Correct, this doesn't give the right info, I thought it did. Still not that convinced though, you don't see that kind of timestamp often (if at all), right ? --- -

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

2018-11-19 Thread Bill Barker
n-1.1.1-SNAPSHOT.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20181119/bin/openssl -Dtest.temp=output/test-tmp-NIO -Dtest.accesslog=true -Dexecute.test.nio=true -Dbnd.jar=/srv/gump/packages/bnd/bnd-4.0.0/biz.aQute.bnd-4.0.0.jar -Dexecute.test.apr=false -Dtest.excludePerformance=true -Dt

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-19 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/tomcat/pull/134 > How I can get the "Date" header without reloading the page when the DevTools are closed (by default)? As far as I can see, you can't > Doesn't the "Modified" section in "Right-cl

svn commit: r1846928 - /tomcat/trunk/java/org/apache/jasper/JspC.java

2018-11-19 Thread markt
Author: markt Date: Mon Nov 19 17:26:00 2018 New Revision: 1846928 URL: http://svn.apache.org/viewvc?rev=1846928&view=rev Log: The docBase is required and has been for ~15 years (r305684) Modified: tomcat/trunk/java/org/apache/jasper/JspC.java Modified: tomcat/trunk/java/org/apache/jasper/Js

svn commit: r1846901 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/LocalStrings.properties

2018-11-19 Thread remm
Author: remm Date: Mon Nov 19 14:40:15 2018 New Revision: 1846901 URL: http://svn.apache.org/viewvc?rev=1846901&view=rev Log: Fix bad replacement Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/LocalStrings.properties Propchange: tomcat

svn commit: r1846900 - /tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties

2018-11-19 Thread remm
Author: remm Date: Mon Nov 19 14:39:32 2018 New Revision: 1846900 URL: http://svn.apache.org/viewvc?rev=1846900&view=rev Log: Fix bad replacement Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.prope

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-19 Thread ljader
Github user ljader commented on the issue: https://github.com/apache/tomcat/pull/134 Thank you all for the comments - could you help me with getting them right? 1. How I can get the "Date" header without reloading the page when the DevTools are **closed** (by default)?

[Bug 62924] tomcat-users.xml has open file descriptors and opens tomcat-users.xml all the time

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

svn commit: r1846892 - in /tomcat/trunk: java/org/apache/catalina/users/LocalStrings.properties java/org/apache/catalina/users/MemoryUserDatabase.java webapps/docs/changelog.xml

2018-11-19 Thread markt
Author: markt Date: Mon Nov 19 11:52:26 2018 New Revision: 1846892 URL: http://svn.apache.org/viewvc?rev=1846892&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62928 Fix file descriptor leak introduced in the code that monitors tomcat-users.xml for modifications. Modified:

[Bug 62924] tomcat-users.xml has open file descriptors and opens tomcat-users.xml all the time

2018-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62924 --- Comment #3 from Remy Maucherat --- There is nothing that can be closed here, and the URL is a regular file URL. However, calling getLastModified on it indeed leaks a descriptor. There's a problem somewhere and more investigation is needed,

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-19 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/134 How easy it is to get hold of the last modified date does vary by browser but - given that Tomcat already provides this in the headers - I don't see much benefit here. And micheal-o's comment on ch

svn commit: r1846889 - in /tomcat/trunk: res/ide-support/eclipse/eclipse.classpath res/ide-support/idea/tomcat.iml res/ide-support/netbeans/nb-tomcat-build.properties res/ide-support/netbeans/project.

2018-11-19 Thread markt
Author: markt Date: Mon Nov 19 09:31:14 2018 New Revision: 1846889 URL: http://svn.apache.org/viewvc?rev=1846889&view=rev Log: Update ECJ dependency in IDE support files. Patch provided by Lukasz Jader This closes #133 Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.classpath tomca

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 --- Comment #11 from Franos --- Hello, I have looked at that. Thanks. My worry is that it's scheduled for Tomcat 10. We really need that on Tomcat 8.5.x and 9.x branches. Best Regards. -- You are receiving this mail because: You are the as