Re: websocket and custom instantiator

2016-12-13 Thread Romain Manni-Bucau
PS: same for encoders/decoders BTW Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn |

Re: websocket and custom instantiator

2016-12-13 Thread Romain Manni-Bucau
2016-12-13 11:18 GMT+01:00 Rémy Maucherat : > 2016-12-12 22:03 GMT+01:00 Romain Manni-Bucau : > > > Hi guys, > > > > on 9M15 it seems the default server configurator just uses a newInstance > > and not the instance manager. Any reason? Is it too hard to

Incoming refactoring

2016-12-13 Thread Mark Thomas
Hi, Just a heads up that - assuming the currently running tests pass - I'll be committing a batch of connector refactoring changes. The general aim of these changes is: - Reduce the duplication of configuration between Protocol and Processor In addition to removing a chunk of duplicate getters

[Bug 59664] BufferReader return fuzzied when use https transfer Unicode char

2016-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59664 liujian changed: What|Removed |Added Resolution|INVALID |REMIND --- Comment

Re: websocket and custom instantiator

2016-12-13 Thread Rémy Maucherat
2016-12-12 22:03 GMT+01:00 Romain Manni-Bucau : > Hi guys, > > on 9M15 it seems the default server configurator just uses a newInstance > and not the instance manager. Any reason? Is it too hard to catch close and > destroy instances properly? > > Issue is it makes hard to

[Bug 59664] BufferReader return fuzzied when use https transfer Unicode char

2016-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59664 Christopher Schultz changed: What|Removed |Added Resolution|REMIND

Re: Incoming refactoring

2016-12-13 Thread Mark Thomas
On 13/12/2016 15:09, Christopher Schultz wrote: > Mark, > > On 12/13/16 6:24 AM, Mark Thomas wrote: >> Hi, >> >> Just a heads up that - assuming the currently running tests pass - I'll >> be committing a batch of connector refactoring changes. The general aim >> of these changes is: >> >> -

Re: Incoming refactoring

2016-12-13 Thread Christopher Schultz
Mark, On 12/13/16 6:24 AM, Mark Thomas wrote: > Hi, > > Just a heads up that - assuming the currently running tests pass - I'll > be committing a batch of connector refactoring changes. The general aim > of these changes is: > > - Reduce the duplication of configuration between Protocol and

[Bug 60475] New: Urls containing | as a delimiter cause http 400 errors

2016-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60475 Bug ID: 60475 Summary: Urls containing | as a delimiter cause http 400 errors Product: Tomcat 8 Version: 8.5.8 Hardware: PC OS: Windows NT Status: NEW

svn commit: r1774052 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2016-12-13 Thread markt
Author: markt Date: Tue Dec 13 16:48:40 2016 New Revision: 1774052 URL: http://svn.apache.org/viewvc?rev=1774052=rev Log: Fix unlock delay on OSX if airdrop is enabled. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java tomcat/trunk/webapps/docs/changelog.xml

[Bug 60475] Urls containing | as a delimiter cause http 400 errors

2016-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60475 --- Comment #1 from adrie...@opentext.com --- Unable to reproduce with Tomcat 8.5.6 -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 60475] Urls containing | as a delimiter cause http 400 errors

2016-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60475 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

websocket and lambdas

2016-12-13 Thread Romain Manni-Bucau
Hi guys, is it under radar lambdas don't work with websocket programmatic API? session.addMessageHandler(new MessageHandler.Whole() { @Override public void onMessage(final Request request) { *// whatever* } }); If you convert it in a lambda ((MessageHandler.Whole) m -> {})

Re: websocket and lambdas

2016-12-13 Thread Violeta Georgieva
Hi, 2016-12-13 20:41 GMT+02:00 Romain Manni-Bucau : > > Hi guys, > > is it under radar lambdas don't work with websocket programmatic API? > > session.addMessageHandler(new MessageHandler.Whole() { > @Override > public void onMessage(final Request request) { >

svn commit: r1774102 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2016-12-13 Thread markt
Author: markt Date: Tue Dec 13 20:50:18 2016 New Revision: 1774102 URL: http://svn.apache.org/viewvc?rev=1774102=rev Log: Fallback to localhost rather than fail Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified:

svn commit: r1774103 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java

2016-12-13 Thread markt
Author: markt Date: Tue Dec 13 20:50:55 2016 New Revision: 1774103 URL: http://svn.apache.org/viewvc?rev=1774103=rev Log: Fallback to localhost rather than fail Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

svn commit: r1774104 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2016-12-13 Thread markt
Author: markt Date: Tue Dec 13 20:55:36 2016 New Revision: 1774104 URL: http://svn.apache.org/viewvc?rev=1774104=rev Log: Fix unlock delay on OSX if airdrop is enabled. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1774105 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2016-12-13 Thread markt
Author: markt Date: Tue Dec 13 20:56:39 2016 New Revision: 1774105 URL: http://svn.apache.org/viewvc?rev=1774105=rev Log: Fix unlock delay on OSX if airdrop is enabled. Modified: tomcat/tc7.0.x/trunk/ (props changed)

Re: Incoming refactoring

2016-12-13 Thread Mark Thomas
On 13/12/2016 15:21, Mark Thomas wrote: > On 13/12/2016 15:09, Christopher Schultz wrote: >> Mark, >> >> On 12/13/16 6:24 AM, Mark Thomas wrote: >>> Hi, >>> >>> Just a heads up that - assuming the currently running tests pass - I'll >>> be committing a batch of connector refactoring changes. The

svn commit: r1774098 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2016-12-13 Thread markt
Author: markt Date: Tue Dec 13 20:39:25 2016 New Revision: 1774098 URL: http://svn.apache.org/viewvc?rev=1774098=rev Log: Fix unlock delay on OSX if airdrop is enabled. Modified: tomcat/tc8.5.x/trunk/ (props changed)

Re: websocket and lambdas

2016-12-13 Thread Romain Manni-Bucau
right, so means the other addmessagehandler is seen as a shortcut (convenient). Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn