[Bug 61282] org.apache.catalina.connector.CoyoteInputStream asynchronous read

2017-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61282 --- Comment #2 from Jack <94544...@qq.com> --- (In reply to Violeta Georgieva from comment #1) > What is the problem that you think there is? I am sorry, let me state it one more time, I hope I can make it clear this time. servlet

[Bug 61280] New: Support characters sets other than ISO 8859-1 in HTTP Basic authentication

2017-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61280 Bug ID: 61280 Summary: Support characters sets other than ISO 8859-1 in HTTP Basic authentication Product: Tomcat 9 Version: unspecified Hardware: All

[Bug 55662] Add a way to set an instance of java.sql.Driver directly on org.apache.tomcat.jdbc.pool.DataSource

2017-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55662 --- Comment #2 from Jonathan Leech --- The DataSource or the ConnectionPool should also own the Driver instance, rather than the PooledConnection object. That a new instance of the Driver is instantiated via reflection for

[Bug 61282] New: org.apache.catalina.connector.CoyoteInputStream asynchronous read

2017-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61282 Bug ID: 61282 Summary: org.apache.catalina.connector.CoyoteInputStream asynchronous read Product: Tomcat 9 Version: 9.0.0.M22 Hardware: PC OS: Linux

[GitHub] tomcat issue #5: Add maxStartTime to RequestInfo & RequestGroupInfo.

2017-07-11 Thread csutherl
Github user csutherl commented on the issue: https://github.com/apache/tomcat/pull/5 @kkolinko or @markt-asf can we close this PR? It doesn't have any changes in it and is pretty old. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] tomcat pull request #69: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=...

2017-07-11 Thread katya-stoycheva
GitHub user katya-stoycheva opened a pull request: https://github.com/apache/tomcat/pull/69 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61232 Checks for one char separator only, not specifically for "." You can merge this pull request into a Git repository by running: $

[GitHub] tomcat issue #5: Add maxStartTime to RequestInfo & RequestGroupInfo.

2017-07-11 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/5 As requested. Note: normally projects can't close PRs like this but I can because of my infra role. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] tomcat pull request #5: Add maxStartTime to RequestInfo & RequestGroupInfo.

2017-07-11 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/5 --- 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

[Bug 61232] Disabling rotation on the FileHandler creates 'catalina..log' instead of 'catalina.log'

2017-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61232 --- Comment #2 from Violeta Georgieva --- PR https://github.com/apache/tomcat/pull/69 -- You are receiving this mail because: You are the assignee for the bug.

[GitHub] tomcat pull request #69: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=...

2017-07-11 Thread violetagg
Github user violetagg commented on a diff in the pull request: https://github.com/apache/tomcat/pull/69#discussion_r126773883 --- Diff: test/org/apache/juli/TestFileHandlerNonRotatable.java --- @@ -0,0 +1,59 @@ +package org.apache.juli; --- End diff -- Please add

[GitHub] tomcat pull request #69: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=...

2017-07-11 Thread violetagg
Github user violetagg commented on a diff in the pull request: https://github.com/apache/tomcat/pull/69#discussion_r126779410 --- Diff: test/org/apache/juli/TestFileHandlerNonRotatable.java --- @@ -0,0 +1,59 @@ +package org.apache.juli; + +import static

[Bug 61282] org.apache.catalina.connector.CoyoteInputStream asynchronous read

2017-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61282 --- Comment #1 from Violeta Georgieva --- Hi, What is the problem that you think there is? Regards, Violeta -- You are receiving this mail because: You are the assignee for the bug.