[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-19 Thread rmaucher
Github user rmaucher commented on the issue: https://github.com/apache/tomcat/pull/134 Correct, this doesn't give the right info, I thought it did. Still not that convinced though, you don't see that kind of timestamp often (if at all), right

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-18 Thread rmaucher
Github user rmaucher commented on the issue: https://github.com/apache/tomcat/pull/134 I'm not convinced by the use case, so I don't see why this one adds something useful. Right-click + pageinfo wouldn't show the needed info

[GitHub] tomcat issue #125: Provide port offset functionality (BZ-61171)

2018-10-29 Thread rmaucher
Github user rmaucher commented on the issue: https://github.com/apache/tomcat/pull/125 Ok, so I'm guilty for all the system properties in Tomcat ... Sorry. So now, it's not good anymore. System properties are still fine for end users, but only by using ${...} property replacement

[GitHub] tomcat issue #126: The feature of the transfer rate control are added to the...

2018-10-13 Thread rmaucher
Github user rmaucher commented on the issue: https://github.com/apache/tomcat/pull/126 Ok. But this portion of the code in the connectors is asynchronous, so a throttling solution based on Thread.sleep isn't good enough for inclusion. A throttling feature, by itself, would

[GitHub] tomcat pull request #126: The feature of the transfer rate control are added...

2018-10-12 Thread rmaucher
Github user rmaucher commented on a diff in the pull request: https://github.com/apache/tomcat/pull/126#discussion_r224803205 --- Diff: java/org/apache/tomcat/util/net/RateLimiter.java --- @@ -0,0 +1,163 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] tomcat issue #126: The feature of the transfer rate control are added to the...

2018-10-12 Thread rmaucher
Github user rmaucher commented on the issue: https://github.com/apache/tomcat/pull/126 -1 from me. This is a bad combination of too big and too specific to be included IMO. Also, and more importantly, it will replace a non blocking / async IO feature with something that uses threads

[GitHub] tomcat issue #84: Add tomcat in the cloud abstract implementation

2017-11-17 Thread rmaucher
Github user rmaucher commented on the issue: https://github.com/apache/tomcat/pull/84 Abstraction is ok, more importantly limiting the number of impls will make it much much easier to maintain. --- - To unsubscribe

[GitHub] tomcat issue #73: Bug 57767 - Websocket client proprietary configuration

2017-10-13 Thread rmaucher
Github user rmaucher commented on the issue: https://github.com/apache/tomcat/pull/73 Well, it looks ok to me overall, so I'll add a bit of javadoc and merge it. Any issue with backporting it ? --- - To unsubscribe