[Bug 57767] Websocket client proprietary configuration

2017-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #25 from J Fernandez --- I believe that there are additional benefits for separating the websocket client from the container. For example, we could enhance the redirect flow when behind a proxy by caching the SocketChannel for a con

[Bug 57767] Websocket client proprietary configuration

2017-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Remy Maucherat changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 57767] Websocket client proprietary configuration

2017-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #23 from Remy Maucherat --- I prefer getting rid of the field instead, the GC savings are minimal and not worth it IMO. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57767] Websocket client proprietary configuration

2017-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #22 from Remy Maucherat --- Yes, that would be a big problem with my "simplification" then. Ooops. I will restore the separate client class, it's a good solution for the issue. -- You are receiving this mail because: You are the a

[Bug 57767] Websocket client proprietary configuration

2017-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #21 from Mark Thomas --- Wasn't the point of the new class that the redirectSet wasn't thread safe? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57767] Websocket client proprietary configuration

2017-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #20 from Remy Maucherat --- I committed the patch to trunk, with a few changes: - Adding javadocs - Merged all client code back to WsWebSocketContainer (the new client class was taking over nearly all its code so I didn't really see

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

2017-10-13 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/73 No objections to back-porting here. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-ma

[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,

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

2017-10-13 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/73 Chris's original concern with the BZ 57767 patch (lack of Javadoc) still needs to be addressed. --- - To unsubscribe, e-mail: de

[Bug 57767] Websocket client proprietary configuration

2017-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #19 from J Fernandez --- Are there any additional proposed changes for this patch? I would like to leverage some of the functionality for https://bz.apache.org/bugzilla/show_bug.cgi?id=59758. -- You are receiving this mail because

[Bug 57767] Websocket client proprietary configuration

2017-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #18 from J Fernandez --- I have spent some time looking for opportunities to reuse but did not find many. We could replace the WWWAuthenticate parser for digest with org.apache.tomcat.util.http.parser, but we will still need the one

[Bug 57767] Websocket client proprietary configuration

2017-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #17 from Remy Maucherat --- Yes, I would rather integrate it (if it works) then see about reuse. I also don't think javadoc is a big issue either for this kind of code. -- You are receiving this mail because: You are the assignee

[Bug 57767] Websocket client proprietary configuration

2017-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #16 from Mark Thomas --- If there is a possibility of reuse ( this is client side and the existing code is server side) we'd need to be careful about which package / jar we put it in to avoid adding unwanted dependencies for the Web

[Bug 57767] Websocket client proprietary configuration

2017-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #15 from Christopher Schultz --- None of the Java classes in the authentication support patch have any Javadoc. I'm -1 on accepting the patch on that basis alone. I've skimmed the code and it otherwise looks good, but I have not tes

[Bug 57767] Websocket client proprietary configuration

2017-09-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #14 from J Fernandez --- (In reply to Remy Maucherat from comment #13) > Ok, so that's obviously the big item (IMO), that looks good. > I'm not convinced that digest is useful anymore, do you think it is ? On the > plus side, you di

[Bug 57767] Websocket client proprietary configuration

2017-09-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Christopher Schultz changed: What|Removed |Added Keywords||PatchAvailable -- You are recei

[Bug 57767] Websocket client proprietary configuration

2017-09-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #13 from Remy Maucherat --- Ok, so that's obviously the big item (IMO), that looks good. I'm not convinced that digest is useful anymore, do you think it is ? On the plus side, you did it already, on the minus side we'll have to mai

[Bug 57767] Websocket client proprietary configuration

2017-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #12 from J Fernandez --- Created attachment 35289 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35289&action=edit Authentication support Please find below additional changes. Added support for Basic and Digest Authenticat

[Bug 57767] Websocket client proprietary configuration

2017-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Mark Thomas changed: What|Removed |Added CC|ma...@apache.org| -- You are receiving this mail because

[Bug 57767] Websocket client proprietary configuration

2017-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Remy Maucherat changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 57767] Websocket client proprietary configuration

2017-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #10 from Mark Thomas --- Add execute.validate=true to your build.properties file and run ant validate The configuration files are in res/checkstyle. Please open a new bugzilla enhancement for adding authentication support. If y

[Bug 57767] Websocket client proprietary configuration

2017-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #9 from J Fernandez --- Where can I learn more about CheckStyle? I assume, there is a formatting file involved. Also, I am interested in adding support for authentication, should I submit a patch to to this thread? Thanks for your t

[Bug 57767] Websocket client proprietary configuration

2017-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 57767] Websocket client proprietary configuration

2017-07-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 J Fernandez changed: What|Removed |Added CC||jfern...@gmail.com --- Comment #7 from J

[Bug 57767] Websocket client proprietary configuration

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #6 from Mark Thomas --- Re-read my comment #4 regarding a suitable test case and how to activate it. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 57767] Websocket client proprietary configuration

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #5 from MikeLing --- (In reply to Mark Thomas from comment #4) > I'd suggest supporting 302 responses as a starting point. The code should > handle both absolute and relative redirects. > > There is a ready made test case here: > h

[Bug 57767] Websocket client proprietary configuration

2016-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #4 from Mark Thomas --- I'd suggest supporting 302 responses as a starting point. The code should handle both absolute and relative redirects. There is a ready made test case here: http://svn.apache.org/viewvc/tomcat/trunk/test/org

[Bug 57767] Websocket client proprietary configuration

2016-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #3 from MikeLing --- Hey, I would like to work on this issue if it's ok :) However, as a newbie to tomcat, could you tell me where should I look into? BTW, I had clone and set up tomcat locally and my environment is Ubuntu16.04 Th

[Bug 57767] Websocket client proprietary configuration

2016-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Remy Maucherat changed: What|Removed |Added CC||kmcla...@gmail.com --- Comment #2 fro

[Bug 57767] Websocket client proprietary configuration

2015-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Mark Thomas changed: What|Removed |Added CC||ma...@apache.org --- Comment #1 from Mar

[Bug 57767] Websocket client proprietary configuration

2015-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Remy Maucherat changed: What|Removed |Added Priority|P2 |P1 Component|Catalina