Do we still need appweb/installation.html?

2018-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, This page is ... seriously out of date and probably need editing to make it useful. http://tomcat.apache.org/tomcat-9.0-doc/appdev/installation.html First, it implies that a JDK is required to install Tomcat. Not really /Tomcat/ per se,

[Bug 62723] New: Clarify "channelSendOptions" value in cluster documentation

2018-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62723 Bug ID: 62723 Summary: Clarify "channelSendOptions" value in cluster documentation Product: Tomcat 9 Version: 9.0.12 Hardware: PC OS: Linux

[Bug 62723] Clarify "channelSendOptions" value in cluster documentation

2018-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62723 Mitch Claborn changed: What|Removed |Added CC||mi...@claborn.net -- You are

[Bug 61542] Apache Tomcat Remote Code Execution via JSP Upload bypass

2018-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61542 ann chriss changed: What|Removed |Added OS||All --- Comment #13 from ann chriss ---

[GitHub] tomcat pull request #121: restart.bat

2018-09-14 Thread akag98
Github user akag98 closed the pull request at: https://github.com/apache/tomcat/pull/121 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1840891 - in /tomcat/trunk/java/org/apache/catalina: UserDatabase.java realm/UserDatabaseRealm.java

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 07:23:43 2018 New Revision: 1840891 URL: http://svn.apache.org/viewvc?rev=1840891=rev Log: Extend background processing to UserDatabase instances Modified: tomcat/trunk/java/org/apache/catalina/UserDatabase.java

[GitHub] tomcat issue #121: restart.bat

2018-09-14 Thread akag98
Github user akag98 commented on the issue: https://github.com/apache/tomcat/pull/121 Thanks @kkolinko for your review... --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

svn commit: r1840892 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 07:27:09 2018 New Revision: 1840892 URL: http://svn.apache.org/viewvc?rev=1840892=rev Log: Clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java Modified:

svn commit: r1840887 - /tomcat/trunk/java/org/apache/catalina/realm/UserDatabaseRealm.java

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 07:15:31 2018 New Revision: 1840887 URL: http://svn.apache.org/viewvc?rev=1840887=rev Log: Clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/realm/UserDatabaseRealm.java Modified:

svn commit: r1840890 - /tomcat/trunk/java/org/apache/catalina/UserDatabase.java

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 07:22:44 2018 New Revision: 1840890 URL: http://svn.apache.org/viewvc?rev=1840890=rev Log: Clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/UserDatabase.java Modified: tomcat/trunk/java/org/apache/catalina/UserDatabase.java URL:

svn commit: r1840894 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 07:34:30 2018 New Revision: 1840894 URL: http://svn.apache.org/viewvc?rev=1840894=rev Log: Fix overly long lines Modified: tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java Modified:

svn commit: r1840902 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 09:03:53 2018 New Revision: 1840902 URL: http://svn.apache.org/viewvc?rev=1840902=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java Modified: tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java URL:

svn commit: r1840901 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 08:41:02 2018 New Revision: 1840901 URL: http://svn.apache.org/viewvc?rev=1840901=rev Log: Review thread-safety Document locking strategy Fix a few issues: - Iterators could throw ConcurrentModificationException - Syncs on open/save didn't lock roles Map Update with

Re: svn commit: r1840901 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2018-09-14 Thread Mark Thomas
On 14/09/18 10:07, Rémy Maucherat wrote: > On Fri, Sep 14, 2018 at 10:41 AM wrote: > >> Author: markt >> Date: Fri Sep 14 08:41:02 2018 >> New Revision: 1840901 >> >> URL: http://svn.apache.org/viewvc?rev=1840901=rev >> Log: >> Review thread-safety >> Document locking strategy >> Fix a few

Re: svn commit: r1840901 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2018-09-14 Thread Rémy Maucherat
On Fri, Sep 14, 2018 at 10:41 AM wrote: > Author: markt > Date: Fri Sep 14 08:41:02 2018 > New Revision: 1840901 > > URL: http://svn.apache.org/viewvc?rev=1840901=rev > Log: > Review thread-safety > Document locking strategy > Fix a few issues: > - Iterators could throw

svn commit: r1840917 - in /tomcat/trunk: java/org/apache/catalina/users/ webapps/docs/

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 12:36:58 2018 New Revision: 1840917 URL: http://svn.apache.org/viewvc?rev=1840917=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 Monitor the source for a MemoryUserdatabase (typically tomcat-users.xml) and re-load it it a change is detected.

[Bug 58590] org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes

2018-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

buildbot failure in on tomcat-trunk

2018-09-14 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3590 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 62721] Jasper generates incomplete web.xml 3.1 header

2018-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62721 Chris Bonham changed: What|Removed |Added OS|Mac OS X 10.1 |Mac OS X 10.13 Hardware|PC

[Bug 62721] New: Jasper generates incomplete web.xml 3.1 header

2018-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62721 Bug ID: 62721 Summary: Jasper generates incomplete web.xml 3.1 header Product: Tomcat 8 Version: 8.5.32 Hardware: PC OS: Mac OS X 10.1 Status: NEW

svn commit: r1840922 - in /tomcat/trunk: java/org/apache/jasper/resources/ webapps/docs/

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 13:21:03 2018 New Revision: 1840922 URL: http://svn.apache.org/viewvc?rev=1840922=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62721 Correct generation of web.xml header when using JspC. Modified:

svn commit: r1840924 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/resources/ webapps/docs/

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 13:24:49 2018 New Revision: 1840924 URL: http://svn.apache.org/viewvc?rev=1840924=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62721 Correct generation of web.xml header when using JspC. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1840925 - in /tomcat/tc7.0.x/trunk: java/org/apache/jasper/resources/ webapps/docs/

2018-09-14 Thread markt
Author: markt Date: Fri Sep 14 13:30:12 2018 New Revision: 1840925 URL: http://svn.apache.org/viewvc?rev=1840925=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62721 Correct generation of web.xml header when using JspC. Modified:

[Bug 62721] Jasper generates incomplete web.xml 3.1 header

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

[Bug 62721] Jasper generates incomplete web.xml 3.1 header

2018-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62721 --- Comment #2 from Chris Bonham --- Mark, I believe the backslash is missing in the Spanish, French and Japanese versions of LocalStrings as well. Thank you. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62721] Jasper generates incomplete web.xml 3.1 header

2018-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62721 --- Comment #3 from Remy Maucherat --- Correct but Mark fixed that too. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

buildbot success in on tomcat-trunk

2018-09-14 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3591 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler