svn commit: r1845770 - in /tomcat/trunk: conf/logging.properties webapps/docs/changelog.xml webapps/docs/config/filter.xml webapps/docs/logging.xml

2018-11-05 Thread markt
Author: markt Date: Mon Nov 5 10:46:26 2018 New Revision: 1845770 URL: http://svn.apache.org/viewvc?rev=1845770&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62788 Add explicit logging configuration to write log files using UTF-8 to align with Tomcat's use of UTF-8 by default

svn commit: r1845771 - in /tomcat/tc8.5.x/trunk: ./ conf/logging.properties webapps/docs/changelog.xml webapps/docs/config/filter.xml webapps/docs/logging.xml

2018-11-05 Thread markt
Author: markt Date: Mon Nov 5 10:48:24 2018 New Revision: 1845771 URL: http://svn.apache.org/viewvc?rev=1845771&view=rev Log: Add explicit logging configuration to write log files using UTF-8 to align with Tomcat's use of UTF-8 by default elsewhere. Modified: tomcat/tc8.5.x/trunk/ (props

svn commit: r1845772 - in /tomcat/tc7.0.x/trunk: ./ conf/logging.properties webapps/docs/changelog.xml webapps/docs/config/filter.xml webapps/docs/logging.xml

2018-11-05 Thread markt
Author: markt Date: Mon Nov 5 10:50:02 2018 New Revision: 1845772 URL: http://svn.apache.org/viewvc?rev=1845772&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62788 Add explicit logging configuration to write log files using UTF-8 to align with Tomcat's use of UTF-8 by default

[Bug 62788] Add explicit ".encoding=UTF-8" to FileHandler configurations in logging.properties

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

buildbot failure in on tomcat-trunk

2018-11-05 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/3706 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

Tomcat 7.0.91 : Issue with Kerberos Authentication

2018-11-05 Thread Vipul Mehta
We have upgraded from tomcat version 7.0.84 to 7.0.91. Users authenticate with our web app service using Kerberos logged in user credential. After upgrade, login started to fail. It was because of this change due to which the modified method started returning null: https://github.com/apache/tomca

svn commit: r1845799 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2018-11-05 Thread remm
Author: remm Date: Mon Nov 5 14:14:41 2018 New Revision: 1845799 URL: http://svn.apache.org/viewvc?rev=1845799&view=rev Log: As reported by Konstantin, it could be beneficial in some cases that the default servlet does not override the content type. Modified: tomcat/trunk/java/org/apache/ca

svn commit: r1845800 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2018-11-05 Thread remm
Author: remm Date: Mon Nov 5 14:17:56 2018 New Revision: 1845800 URL: http://svn.apache.org/viewvc?rev=1845800&view=rev Log: Default servlet will no longer override content-type Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/Defau

Re: svn commit: r1845800 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2018-11-05 Thread Rémy Maucherat
On Mon, Nov 5, 2018 at 3:17 PM wrote: > Author: remm > Date: Mon Nov 5 14:17:56 2018 > New Revision: 1845800 > > URL: http://svn.apache.org/viewvc?rev=1845800&view=rev > Log: > Default servlet will no longer override content-type > And I won't backport it to 7.0 since the behavior might well be

Re: [VOTE] Release Apache Tomcat 9.0.13

2018-11-05 Thread Coty Sutherland
On Fri, Nov 2, 2018 at 12:11 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.13 release is now available for voting. > > The major changes compared to the 9.0.13 release are: > > - support for TLSv1.3 when used with a JRE or OPenSSl version that > supports it > > - added support for encr

buildbot success in on tomcat-trunk

2018-11-05 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/3707 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

[GitHub] tomcat pull request #131: qqq

2018-11-05 Thread xkljh
GitHub user xkljh opened a pull request: https://github.com/apache/tomcat/pull/131 qqq qqq You can merge this pull request into a Git repository by running: $ git pull https://github.com/xkljh/tomcat trunk Alternatively you can review and apply these changes as the patch at:

[GitHub] tomcat issue #131: qqq

2018-11-05 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/131 Spam. Reported to GitHub's abuse team. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

[GitHub] tomcat pull request #131: qqq

2018-11-05 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/131 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [GitHub] tomcat issue #131: qqq

2018-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 11/5/18 09:59, markt-asf wrote: > Github user markt-asf commented on the issue: > > https://github.com/apache/tomcat/pull/131 > > Spam. Reported to GitHub's abuse team. I went in to see if I could kill it myself. My GitHub id is Christop

svn commit: r1845813 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud: AbstractStreamProvider.java CertificateStreamProvider.java LocalStrings.properties TokenStreamProvider.java

2018-11-05 Thread remm
Author: remm Date: Mon Nov 5 15:38:53 2018 New Revision: 1845813 URL: http://svn.apache.org/viewvc?rev=1845813&view=rev Log: Reduce code duplication. Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud/AbstractStreamProvider.java tomcat/trunk/java/org/apache/catalin

[Tomcat Wiki] Update of "Building Tomcat on MacOS" by ChristopherSchultz

2018-11-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Building Tomcat on MacOS" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/Building%20Tomcat%20on%20MacOS New page: Building Tomcat from source on MacOS

Re: [GitHub] tomcat issue #131: qqq

2018-11-05 Thread Mark Thomas
On November 5, 2018 3:02:09 PM UTC, Christopher Schultz wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Mark, > >On 11/5/18 09:59, markt-asf wrote: >> Github user markt-asf commented on the issue: >> >> https://github.com/apache/tomcat/pull/131 >> >> Spam. Reported to GitHub's abuse

[Tomcat Wiki] Update of "Building Tomcat on MacOS" by ChristopherSchultz

2018-11-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Building Tomcat on MacOS" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/Building%20Tomcat%20on%20MacOS?action=diff&rev1=1&rev2=2 - Building Tomcat fro

[Tomcat Wiki] Update of "Building Tomcat on MacOS" by ChristopherSchultz

2018-11-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Building Tomcat on MacOS" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/Building%20Tomcat%20on%20MacOS?action=diff&rev1=2&rev2=3 You may have to

[Tomcat Wiki] Update of "Building Tomcat on MacOS" by ChristopherSchultz

2018-11-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Building Tomcat on MacOS" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/Building%20Tomcat%20on%20MacOS?action=diff&rev1=3&rev2=4 == Running Tomca

Re: [VOTE] Release Apache Tomcat 8.5.35

2018-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 11/3/18 13:55, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.35 release is now available for > voting. > > The major changes compared to the 8.5.34 release are: > > - support for TLSv1.3 when used with a JRE or OpenSSl version that

Re: [VOTE] Release Apache Tomcat 8.5.35

2018-11-05 Thread Rémy Maucherat
On Sat, Nov 3, 2018 at 6:55 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.35 release is now available for voting. > > The major changes compared to the 8.5.34 release are: > > - support for TLSv1.3 when used with a JRE or OpenSSl version that > supports it > > - multiple improvements t

Re: [VOTE] Release Apache Tomcat 9.0.13

2018-11-05 Thread Rémy Maucherat
On Mon, Nov 5, 2018 at 8:43 AM Romain Manni-Bucau wrote: > +1 (non-binding), tested on meecrowave and some work projects > Well, I guess "ads" are useful sometimes. I looked at the code of meecrowave just right now, and it looks like my embedded improvements are relevant and could avoid a number

libtcnative w/custom OpenSSL on MacOS

2018-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm trying to run tests locally (macos mojave) with a custom openssl version. I have OpenSSL (installed via brew) in /usr/local/Cellar/openssl@1.1/1.1.1, and I've copied all these files into my Tomcat's bin/ directory, so this is what I have in

Re: libtcnative w/custom OpenSSL on MacOS

2018-11-05 Thread Rainer Jung
Hi Chris, Am 05.11.2018 um 18:44 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm trying to run tests locally (macos mojave) with a custom openssl version. I have OpenSSL (installed via brew) in /usr/local/Cellar/openssl@1.1/1.1.1, and I've copied all these

Re: libtcnative w/custom OpenSSL on MacOS

2018-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/5/18 13:05, Rainer Jung wrote: > Hi Chris, > > Am 05.11.2018 um 18:44 schrieb Christopher Schultz: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> All, >> >> I'm trying to run tests locally (macos mojave) with a custom >> openssl

[GUMP@vmgump-vm3]: Project tomcat-tc8.5.x-test-nio2 (in module tomcat-8.5.x) failed

2018-11-05 Thread Bill Barker
ath=/srv/gump/public/workspace/openssl-1.1.1/dest-20181105/bin/openssl -Dexe cute.test.bio=false -Dexecute.test.apr=false -Dtest.excludePerformance=true -Deasymock.jar=/srv/gump/packages/easymock3/easymock-3.6.jar -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dcglib.jar=/srv

Re: libtcnative w/custom OpenSSL on MacOS

2018-11-05 Thread Mark Thomas
On 05/11/2018 19:48, Christopher Schultz wrote: > On 11/5/18 13:05, Rainer Jung wrote: >> Am 05.11.2018 um 18:44 schrieb Christopher Schultz: >>> What am I missing, here? > >> Try setting test.openssl.path in build.properties to the full path >> to the openssl binary (.../bin/openssl). > >> Se

Re: [VOTE] Release Apache Tomcat 9.0.13

2018-11-05 Thread Felix Schumacher
Am 2. November 2018 17:11:40 MEZ schrieb Mark Thomas : >The proposed Apache Tomcat 9.0.13 release is now available for voting. > >The major changes compared to the 9.0.13 release are: > >- support for TLSv1.3 when used with a JRE or OPenSSl version that > supports it > >- added support for encr

Re: [VOTE] Release Apache Tomcat 8.5.35

2018-11-05 Thread Felix Schumacher
Am 3. November 2018 18:55:11 MEZ schrieb Mark Thomas : >The proposed Apache Tomcat 8.5.35 release is now available for voting. > >The major changes compared to the 8.5.34 release are: > >- support for TLSv1.3 when used with a JRE or OpenSSl version that > supports it > >- multiple improvements