[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 --- Comment #5 from Mark Thomas ma...@apache.org --- A note for folks trying to reproduce this, the Tomcat JARs need to be signed as well. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 --- Comment #7 from Niklas Hallqvist niklas+apa...@appli.se --- (In reply to Mark Thomas from comment #6) Thanks for the test case. Very helpful. I can repeat this issue with Java 8 and Java 7 and I have applied your suggested patch to

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 --- Comment #4 from Niklas Hallqvist niklas+apa...@appli.se --- Created attachment 32117 -- https://issues.apache.org/bugzilla/attachment.cgi?id=32117action=edit A simple websocket client A simple websocket client test. Name it

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 --- Comment #3 from Mark Thomas ma...@apache.org --- A test case would be helpful, thank you. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 Mark Thomas ma...@apache.org changed: What|Removed |Added OS||All --- Comment #1

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 --- Comment #2 from Niklas Hallqvist niklas+apa...@appli.se --- (In reply to Mark Thomas from comment #1) Does this still work if you narrow the doPrivileged() block to just the setContextClassLoader() call? If so provide an updated patch