[tomcat] branch master updated: Korean translations for 7 missing keys

2019-05-01 Thread woonsan
This is an automated email from the ASF dual-hosted git repository. woonsan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 2103294 Korean translations for 7 missing

[tomcat] branch master updated: Update version

2019-05-01 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new cd84c48 Update version cd84c48 is described

Re: Remote attendance at Hackathon

2019-05-01 Thread Woonsan Ko
On Wed, May 1, 2019 at 5:16 PM Igal Sapir wrote: > > Mark, > > On Wed, May 1, 2019 at 2:03 PM Mark Thomas wrote: > > > Hi all, > > > > What to folks think about setting up a #Tomcat channel on the ASF slack > > instance and using it during the hackathon to interact with folks that > > want to be

Re: Tagging 9.0.x and 8.5.x

2019-05-01 Thread Woonsan Ko
Hi Mark, Thanks for the heads up! I'd like to fill in some missing Korean translations (~ 10 new items), and push the exported strings in the master branch tonight. Cheers, Woonsan On Wed, May 1, 2019 at 5:23 PM Mark Thomas wrote: > > Hi, > > Just a heads up that I'm intended to tag these

Tagging 9.0.x and 8.5.x

2019-05-01 Thread Mark Thomas
Hi, Just a heads up that I'm intended to tag these soon. Possibly tomorrow but certainly by the end of the week. I just have a few things I want to look at first. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

[Bug 63359] jsp:setProperty not spec compliant

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

Re: Remote attendance at Hackathon

2019-05-01 Thread Igal Sapir
Mark, On Wed, May 1, 2019 at 2:03 PM Mark Thomas wrote: > Hi all, > > What to folks think about setting up a #Tomcat channel on the ASF slack > instance and using it during the hackathon to interact with folks that > want to be involved but can't travel? > > It would allow general chat as well

[tomcat] branch master updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63359 jsp:setProperty

2019-05-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new fb78a72 Fix

[Bug 63359] jsp:setProperty not spec compliant

2019-05-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63359 --- Comment #1 from Mark Thomas --- Both the TCK and the Tomcat test suite pass with all the fixes in place. -- You are receiving this mail because: You are the assignee for the bug.

Remote attendance at Hackathon

2019-05-01 Thread Mark Thomas
Hi all, What to folks think about setting up a #Tomcat channel on the ASF slack instance and using it during the hackathon to interact with folks that want to be involved but can't travel? It would allow general chat as well as topic specific (video - if the venue can stand the bandwidth) calls.

[tomcat] branch master updated: Add classic NIO2 style read and write

2019-05-01 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 2abb1b9 Add classic NIO2 style read and write

Re: catalina.nonblocking.TestNonBlockingAPI

2019-05-01 Thread Rémy Maucherat
On Tue, Apr 30, 2019 at 2:13 PM Mark Thomas wrote: > On 30/04/2019 12:48, Rémy Maucherat wrote: > > Hi, > > > > There's something odd with this test: > > > https://ci.apache.org/projects/tomcat/tomcat9/logs/4265/TEST-org.apache.catalina.nonblocking.TestNonBlockingAPI.APR.txt > > >

[Bug 63324] CrawlerSessionManagerValve is getting put into Session, which causes problems when serializing sessions

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

[tomcat] branch 7.0.x updated: Fix backport

2019-05-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new e2bb82b Fix backport e2bb82b is described below

[GitHub] [tomcat] markt-asf commented on issue #156: Don't place CrawlerSessionManagerValve into session, place data-holder only. For 7.0.x

2019-05-01 Thread GitBox
markt-asf commented on issue #156: Don't place CrawlerSessionManagerValve into session, place data-holder only. For 7.0.x URL: https://github.com/apache/tomcat/pull/156#issuecomment-488256240 Thanks for the PR. I cherry-picked the 8.5.x fix fixed the conflict in the changelog and then

[GitHub] [tomcat] markt-asf closed pull request #156: Don't place CrawlerSessionManagerValve into session, place data-holder only. For 7.0.x

2019-05-01 Thread GitBox
markt-asf closed pull request #156: Don't place CrawlerSessionManagerValve into session, place data-holder only. For 7.0.x URL: https://github.com/apache/tomcat/pull/156 This is an automated message from the Apache Git

[tomcat] branch 7.0.x updated: Place data holder rather than CrawlerSessionManagerValve in session

2019-05-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 886a779 Place data holder rather than

[GitHub] [tomcat] markt-asf closed pull request #155: Don't place CrawlerSessionManagerValve into session, place data-holder only. For 8.5.x

2019-05-01 Thread GitBox
markt-asf closed pull request #155: Don't place CrawlerSessionManagerValve into session, place data-holder only. For 8.5.x URL: https://github.com/apache/tomcat/pull/155 This is an automated message from the Apache Git

[GitHub] [tomcat] markt-asf commented on issue #155: Don't place CrawlerSessionManagerValve into session, place data-holder only. For 8.5.x

2019-05-01 Thread GitBox
markt-asf commented on issue #155: Don't place CrawlerSessionManagerValve into session, place data-holder only. For 8.5.x URL: https://github.com/apache/tomcat/pull/155#issuecomment-488255406 Thanks for the PR. I cherry-picked the 9.0.x fix (with the minor adjustments) and then made the

[tomcat] branch 8.5.x updated: Place data holder rather than CrawlerSessionManagerValve in session

2019-05-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 91217ef Place data holder rather than

[GitHub] [tomcat] markt-asf closed pull request #154: Don't place CrawlerSessionManagerValve into session, place data-holder only

2019-05-01 Thread GitBox
markt-asf closed pull request #154: Don't place CrawlerSessionManagerValve into session, place data-holder only URL: https://github.com/apache/tomcat/pull/154 This is an automated message from the Apache Git Service. To

[GitHub] [tomcat] markt-asf commented on issue #154: Don't place CrawlerSessionManagerValve into session, place data-holder only

2019-05-01 Thread GitBox
markt-asf commented on issue #154: Don't place CrawlerSessionManagerValve into session, place data-holder only URL: https://github.com/apache/tomcat/pull/154#issuecomment-488254573 Patch applied manually with a few changes to keep Checkstyle etc happy. I also added a changelog entry.

[tomcat] branch master updated: Place data holder rather than CrawlerSessionManagerValve in session

2019-05-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 1c35c6d Place data holder rather than