[Bug 64051] mod_jk set_session_cookie not sending new cookie after node failover for sticky session

2020-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64051 --- Comment #9 from Mohsen --- This is also mod_jk module config: JkWorkersFile "conf/workers.properties" JkLogFile "logs/jk_module.log" JkLogLevel info JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " JkOptions +ForwardKeySize

[Bug 64051] mod_jk set_session_cookie not sending new cookie after node failover for sticky session

2020-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64051 --- Comment #8 from Mohsen --- Sorry I made mistake. the dummy node would always stopped: worker.dummy.activation=S worker.balancer.balance_workers=dummy,node2 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64051] mod_jk set_session_cookie not sending new cookie after node failover for sticky session

2020-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64051 --- Comment #7 from Mohsen --- Thank you for reply.Yesterday I figure out something. When I stop worker the new cookie is not sending with request, but when I remove the worker from workers, (Also at least 2 workers should exists) then the

[Bug 64017] Apache http server 2.4.41 - Issue with transfer-encoding

2020-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64017 Vinoth changed: What|Removed |Added Severity|major |blocker -- You are receiving this mail

[Bug 64017] Apache http server 2.4.41 - Issue with transfer-encoding

2020-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64017 Vinoth changed: What|Removed |Added Priority|P2 |P1 -- You are receiving this mail because:

buildbot success in on tomcat-trunk

2020-01-12 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/4859 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch master updated (a365a7e -> 52e01e4)

2020-01-12 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from a365a7e Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=64043 add 52e01e4 Boilerplate javadoc No new

[GitHub] [tomcat] rmaucher commented on issue #232: Fix handling of query parameters with no value, like `?foo`

2020-01-12 Thread GitBox
rmaucher commented on issue #232: Fix handling of query parameters with no value, like `?foo` URL: https://github.com/apache/tomcat/pull/232#issuecomment-573465491 I don't understand how this can work either, but I guess something is missing. Unfortunately there's no real solution.

[Bug 64051] mod_jk set_session_cookie not sending new cookie after node failover for sticky session

2020-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64051 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #6 from

[GitHub] [tomcat] ChristopherSchultz commented on issue #232: Fix handling of query parameters with no value, like `?foo`

2020-01-12 Thread GitBox
ChristopherSchultz commented on issue #232: Fix handling of query parameters with no value, like `?foo` URL: https://github.com/apache/tomcat/pull/232#issuecomment-573438973 > I think `?foo=1` leading to `{null, "1", null}` is totally valid and imho the expected behavior. Thanks

[Bug 64043] DeltaManager Form Authentication Fails to Replicate Changes in Sessions

2020-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64043 Keiichi Fujino changed: What|Removed |Added Resolution|--- |FIXED Status|NEEDINFO

[tomcat] branch 7.0.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=64043

2020-01-12 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 eff5de3 Fix

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=64043

2020-01-12 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 7a04e62 Fix

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

2020-01-12 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 a365a7e Fix