[GitHub] tomcat issue #60: Introduce new logging configuration per handler - maxDays.

2017-06-16 Thread violetagg
Github user violetagg commented on the issue: https://github.com/apache/tomcat/pull/60 The change was applied with commit https://github.com/apache/tomcat/commit/cb884bfdcb537edadd9185fbd8af126c72af4ba5 --- If your project is set up for it, you can reply to this email and have your

[GitHub] tomcat pull request #60: Introduce new logging configuration per handler - m...

2017-06-16 Thread violetagg
Github user violetagg closed the pull request at: https://github.com/apache/tomcat/pull/60 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

buildbot failure in on tomcat-trunk

2017-06-16 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/2471 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 61105] Roll log files by default

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61105 --- Comment #11 from Violeta Georgieva --- The change is applied and will be available in 9.0.0.M22 onwards. The log files will be kept by default 90 days. Do we want this change in the previous versions? May be with

[Bug 61105] Roll log files by default

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61105 --- Comment #10 from Violeta Georgieva --- (In reply to Konstantin Kolinko from comment #9) > (In reply to Violeta Georgieva from comment #8) > > Any comments? > > Generally: I like it. > > 1. Typo in method name:

svn commit: r1798977 - in /tomcat/trunk: conf/logging.properties java/org/apache/juli/AsyncFileHandler.java java/org/apache/juli/FileHandler.java test/org/apache/juli/TestFileHandler.java webapps/docs

2017-06-16 Thread violetagg
Author: violetagg Date: Fri Jun 16 19:17:39 2017 New Revision: 1798977 URL: http://svn.apache.org/viewvc?rev=1798977=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61105 Add a new JULI FileHandler configuration for specifying the maximum number of days to keep the log files. By

[Bug 61187] Problem with tomcat 7.0.52 version

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61187 mgrigorov changed: What|Removed |Added Status|REOPENED|RESOLVED

JDK 9 EA Build 174 & JDK 8u152 b04 are available on jdk.java.net

2017-06-16 Thread Rory O'Donnell
Hi Mark, * * *JDK 9 Early Access* build 174 is available at : - jdk.java.net/9/ A summary of all the changes in this build are listed here . Changes which were introduced since the last availability email that may be of interest :

[Bug 61187] Problem with tomcat 7.0.52 version

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61187 Dillesh changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 61187] Problem with tomcat 7.0.52 version

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61187 --- Comment #5 from Dillesh --- (In reply to Mark Thomas from comment #4) > There is not enough information in this report to enable the problem to be > replicated for investigation. > > As previously suggested, please

[Bug 61105] Roll log files by default

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61105 --- Comment #8 from Violeta Georgieva --- Any comments? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 61187] Problem with tomcat 7.0.52 version

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61187 --- Comment #7 from Dillesh --- (In reply to mgrigorov from comment #6) > Please ask questions in users@ mailing list. > BugZilla is not support forum! Hi Team, Thank you for your support. Thanks Dillesh -- You are

[Bug 61194] Duplicate sessions I'd is getting create

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61194 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 61195] Backport properties change to ease migration to Tomcat 9

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61195 Chuck Caldarale changed: What|Removed |Added Severity|normal

[Bug 61194] Duplicate sessions I'd is getting create

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61194 meer.ab...@gmail.com changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[Bug 61194] Duplicate sessions I'd is getting create

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61194 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 61189] CGIServlet should be able to set specific environment variables

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61189 --- Comment #1 from Konstantin Kolinko --- > I don't like to put them in /etc/init.d/tomcat or catalina.sh, because they > may be lost after a Tomcat update. The place for custom environment variables in Apache Tomcat

[Bug 61194] New: Duplicate sessions I'd is getting create

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61194 Bug ID: 61194 Summary: Duplicate sessions I'd is getting create Product: Tomcat 8 Version: 8.5.15 Hardware: Other OS: Linux Status: NEW Severity:

[Bug 61195] New: Backport properties change to ease migration to Tomcat 9

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61195 Bug ID: 61195 Summary: Backport properties change to ease migration to Tomcat 9 Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC OS: Mac OS X 10.1

[Bug 61105] Roll log files by default

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61105 --- Comment #9 from Konstantin Kolinko --- (In reply to Violeta Georgieva from comment #8) > Any comments? Generally: I like it. 1. Typo in method name: obtainDateFormPath s/Form/From/ 2. Building a pattern, >

[Bug 61194] Duplicate sessions I'd is getting create

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61194 --- Comment #1 from mgrigorov --- Please provide more information. This description is not enough to investigate the problem. What is your setup? In what conditions the problem occurs ? -- You are receiving this mail