https://issues.apache.org/bugzilla/show_bug.cgi?id=55804
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799
--- Comment #11 from Mark Thomas ---
OK. Getting better but maybe not quite there yet. Because WebSocket has the
potential for multiple threads to be working with a socket concurrently (one
read, one write) there is a world of opportunity f
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799
--- Comment #10 from Konstantin Preißer ---
(In reply to Konstantin Preißer from comment #8)
> Thanks a lot. I updated to r1543948 and cannot reproduce the main problems
> any more (like websocket connection suddenly closes, wrong response
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799
--- Comment #9 from Konstantin Preißer ---
(In reply to Konstantin Preißer from comment #8)
> I also still see the following exception:
Actually I meant the following exception here (but the other one also occurs):
Exception in thread "We
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799
--- Comment #8 from Konstantin Preißer ---
Hi Mark,
(In reply to Mark Thomas from comment #7)
> I'm not seeing the errors you are seeing but I did spot a possible failure
> mode which I have now fixed. Could you re-test 8.0.x please.
Than
Author: markt
Date: Wed Nov 20 21:06:24 2013
New Revision: 1543948
URL: http://svn.apache.org/r1543948
Log:
Fix a couple of log message TODOs
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplB
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799
--- Comment #7 from Mark Thomas ---
I'm not seeing the errors you are seeing but I did spot a possible failure mode
which I have now fixed. Could you re-test 8.0.x please.
--
You are receiving this mail because:
You are the assignee for t
Author: markt
Date: Wed Nov 20 20:57:52 2013
New Revision: 1543943
URL: http://svn.apache.org/r1543943
Log:
Further work on https://issues.apache.org/bugzilla/show_bug.cgi?id=55799
If an IO error occurs while sending (or receiving) a WebSocket message pretty
much the only thing that can be done i
https://issues.apache.org/bugzilla/show_bug.cgi?id=55804
Bug ID: 55804
Summary: SPNEGOAUTHENTICATOR - GSSCredential does not get
renewed after RemainingLifeTime is less than zero
Product: Tomcat 7
Version: 7.0.47
Hardware:
Author: markt
Date: Wed Nov 20 18:29:43 2013
New Revision: 1543897
URL: http://svn.apache.org/r1543897
Log:
Protect against NPE.
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
URL:
http://svn.apache.org
https://issues.apache.org/bugzilla/show_bug.cgi?id=55803
Chuck Caldarale changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55803
Bug ID: 55803
Summary: 1
Product: Tomcat Connectors
Version: 1.2.37
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: mod_jk
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5242
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799
--- Comment #5 from Mark Thomas ---
I've hopefully fixed this in trunk. If you can provide some feedback on the fix
that would be great.
I'm leaving this open as I have a little clean-up still to do in trunk for this
fix and I also want to
Author: markt
Date: Wed Nov 20 14:02:28 2013
New Revision: 1543817
URL: http://svn.apache.org/r1543817
Log:
Remove dataMessageInProgress since it is no longer required along with the
supporting code.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
tomcat/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=55801
Marek Jagielski changed:
What|Removed |Added
CC||marek.jagiel...@gmail.com
--
Yo
Author: markt
Date: Wed Nov 20 13:52:31 2013
New Revision: 1543816
URL: http://svn.apache.org/r1543816
Log:
Implement the restriction required by the JSR356 specification that only one
message can be written to a remote endpoint at a time.
Modified:
tomcat/trunk/webapps/examples/WEB-INF/cla
Author: markt
Date: Wed Nov 20 13:51:34 2013
New Revision: 1543815
URL: http://svn.apache.org/r1543815
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55799
Implement the restriction required by the JSR356 specification that only one
message can be written to a remote endpoint at a ti
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5241
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Wed Nov 20 11:09:12 2013
New Revision: 1543773
URL: http://svn.apache.org/r1543773
Log:
Clarify purposes of buffers.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto
Author: markt
Date: Wed Nov 20 11:06:59 2013
New Revision: 1543772
URL: http://svn.apache.org/r1543772
Log:
Clarify purposes of buffers.
Modified:
tomcat/trunk/webapps/docs/web-socket-howto.xml
Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799
--- Comment #4 from Mark Thomas ---
I can see one problem immediately. While the code does check for concurrent
messages (which will trigger an IllegalStateException) text messages are
converted to bytes before that check in a single buffer
https://issues.apache.org/bugzilla/show_bug.cgi?id=55798
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Nov 20 10:11:53 2013
New Revision: 1543755
URL: http://svn.apache.org/r1543755
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55798
Log an error if the users file can't be found
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/jav
Author: markt
Date: Wed Nov 20 10:07:51 2013
New Revision: 1543753
URL: http://svn.apache.org/r1543753
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55798
Log an error if the file can't be found
Modified:
tomcat/trunk/java/org/apache/catalina/users/LocalStrings.properties
to
On 16/11/2013 11:23, Violeta Georgieva wrote:
> Hi,
>
> I'm planning to prepare 7.0.48 for voting.
>
> Please reply here if you would like to include something in that release.
I'd like a little time to look at the WebSocket issue (BZ 55799)
reported yesterday.
BZ 55759 is an obvious candidate
https://issues.apache.org/bugzilla/show_bug.cgi?id=55801
Bug ID: 55801
Summary: Add ability to provide custom SSLContext for websocket
client
Product: Tomcat 7
Version: trunk
Hardware: All
OS: All
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
2013/11/14 Jeremy Boynes :
> I'd like to release Apache Standard Taglib 1.2.1. This is an update to the
> withdrawn 1.2.0, built with JDK 1.7.0_45 to address JavaDoc issues and
> incorporating feedback on the documentation.
>
> Maven Staging Repository:
> https://repository.apache.org/content/rep
29 matches
Mail list logo