Re: Tomcat feature request

2016-02-10 Thread Jason Ricles
On Wed, Feb 10, 2016 at 7:47 AM, Konstantin Kolinko wrote: > 2016-02-10 5:40 GMT+03:00 Jason Ricles : >> Is there any formal forum to make a feature request for tomcat? > >

Re: Tomcat feature request

2016-02-10 Thread Konstantin Kolinko
2016-02-10 5:40 GMT+03:00 Jason Ricles : > Is there any formal forum to make a feature request for tomcat? http://tomcat.apache.org/bugreport.html#How_to_submit_patches_and_enhancement_requests but usually better either to provide a patch or to discuss it (on the mailing

Tomcat feature request

2016-02-09 Thread Jason Ricles
Is there any formal forum to make a feature request for tomcat? I noticed I was having a silent failure with a binary websocket with tomcat since I didn't flip the bytebuffer from write to read and the send kept failing down at the low level of the code without any error being thrown. With that

Re: Tomcat feature request

2016-02-09 Thread Mark Thomas
On 10 February 2016 02:40:20 GMT+00:00, Jason Ricles wrote: >Is there any formal forum to make a feature request for tomcat? https://bz.apache.org/bugzilla Mark > >I noticed I was having a silent failure with a binary websocket with >tomcat >since I didn't flip the