Author: markt
Date: Thu Aug 22 09:43:02 2013
New Revision: 1516398
URL: http://svn.apache.org/r1516398
Log:
Add a debug message I found useful when trying to track down a WebSocket issue
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java
Modified: tomcat/tc7.0.x/trun
Author: markt
Date: Thu Aug 22 09:53:21 2013
New Revision: 1516400
URL: http://svn.apache.org/r1516400
Log:
Refactor connections as upgraded connections will need to support multiple
threads processing the same connection
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/t
Author: markt
Date: Thu Aug 22 10:00:22 2013
New Revision: 1516404
URL: http://svn.apache.org/r1516404
Log:
It is the socket that is the key for the connections map, not the processor
Align debug message with trunk code
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trun
Author: markt
Date: Thu Aug 22 10:05:47 2013
New Revision: 1516405
URL: http://svn.apache.org/r1516405
Log:
Fix an issue highlighted when running the Autobahn test suite on Linux.
Don't register the socket for a read when a write event completes (may lead to
thread starvation)
Modified:
tomc
Author: markt
Date: Thu Aug 22 10:11:27 2013
New Revision: 1516407
URL: http://svn.apache.org/r1516407
Log:
Back-port NIO endpoint changes required to support concurrent read/write for
JSR-356 upgraded connections
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.jav
Author: markt
Date: Thu Aug 22 10:17:53 2013
New Revision: 1516409
URL: http://svn.apache.org/r1516409
Log:
Fix comment typo
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java
Propchange: tomcat/tc7.0.x/trunk/
-
Author: markt
Date: Thu Aug 22 10:20:38 2013
New Revision: 1516410
URL: http://svn.apache.org/r1516410
Log:
Fix some NPEs observed while investigating some unit test failures.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.ja
Author: markt
Date: Thu Aug 22 10:25:25 2013
New Revision: 1516411
URL: http://svn.apache.org/r1516411
Log:
Backport
Remove unnecessary code
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java
Propchange: tomcat/tc7.0.x/trun
Author: markt
Date: Thu Aug 22 11:24:07 2013
New Revision: 1516416
URL: http://svn.apache.org/r1516416
Log:
Fix NPE observed in testing logs
Modified:
tomcat/trunk/java/org/apache/juli/OneLineFormatter.java
Modified: tomcat/trunk/java/org/apache/juli/OneLineFormatter.java
URL:
http://svn.ap
Author: markt
Date: Thu Aug 22 11:35:36 2013
New Revision: 1516419
URL: http://svn.apache.org/r1516419
Log: (empty)
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java
URL:
http:
Author: markt
Date: Thu Aug 22 11:38:37 2013
New Revision: 1516420
URL: http://svn.apache.org/r1516420
Log:
Change the way max concurrent connections are counted in the test to avoid the
intermittent failures observed with the previous method.
Modified:
tomcat/tc7.0.x/trunk/ (props changed
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1361
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
Author: markt
Date: Thu Aug 22 12:08:37 2013
New Revision: 1516426
URL: http://svn.apache.org/r1516426
Log:
Have the WsListener check for a WebSocket Server Container before it triggers
initialization of the WsSCI in case the SCI has been detected by the container.
Modified:
tomcat/trunk/jav
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1362
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "ContributorsGroup" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=7&rev2=8
Comment:
Add LucaVisconti, as requested on
On Thu, Aug 22, 2013 at 1:08 AM, Mark Thomas wrote:
> Investigating some Gump and BuildBot failures has identified a large
> block of functionality that still remains to be back-ported to 7.0.x -
> namely the changes to Coyote that allowed upgraded connections to
> support concurrent read and wri
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "SupportAndTraining" page has been changed by LucaVisconti:
https://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=40&rev2=41
Comment:
Changed OpenGate logo link.
!Sp
On 22/08/2013 15:30, Niki Dokovski wrote:
> On Thu, Aug 22, 2013 at 1:08 AM, Mark Thomas wrote:
>
>> Investigating some Gump and BuildBot failures has identified a large
>> block of functionality that still remains to be back-ported to 7.0.x -
>> namely the changes to Coyote that allowed upgraded
On Thu, Aug 22, 2013 at 5:47 PM, Mark Thomas wrote:
> On 22/08/2013 15:30, Niki Dokovski wrote:
> > On Thu, Aug 22, 2013 at 1:08 AM, Mark Thomas wrote:
> >
> >> Investigating some Gump and BuildBot failures has identified a large
> >> block of functionality that still remains to be back-ported t
On 22/08/2013 16:06, Niki Dokovski wrote:
> On Thu, Aug 22, 2013 at 5:47 PM, Mark Thomas wrote:
>
>> On 22/08/2013 15:30, Niki Dokovski wrote:
>>> On Thu, Aug 22, 2013 at 1:08 AM, Mark Thomas wrote:
>>>
Investigating some Gump and BuildBot failures has identified a large
block of funct
On 22.08.2013 13:24, ma...@apache.org wrote:
> Author: markt
> Date: Thu Aug 22 11:24:07 2013
> New Revision: 1516416
>
> URL: http://svn.apache.org/r1516416
> Log:
> Fix NPE observed in testing logs
>
> Modified:
> tomcat/trunk/java/org/apache/juli/OneLineFormatter.java
>
> Modified: tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=55469
Bug ID: 55469
Summary: Missing HTML closing tags in Manager application
Product: Tomcat 7
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity:
https://issues.apache.org/bugzilla/show_bug.cgi?id=55469
--- Comment #1 from Larry Shatzer, jr. ---
Created attachment 30752
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30752&action=edit
Patch to fix it on trunk for Tomcat 8.
--
You are receiving this mail because:
You are the as
Author: markt
Date: Thu Aug 22 21:28:43 2013
New Revision: 1516616
URL: http://svn.apache.org/r1516616
Log:
Ensure that HTTP upgrade responses are flushed as the normal code path for this
is bypassed when using HTTP upgrade.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/O
Author: markt
Date: Thu Aug 22 21:44:57 2013
New Revision: 1516626
URL: http://svn.apache.org/r1516626
Log:
Ensure destroy() method of upgrade handler is called
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/A
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml?rev=1516628&r1=1516627&r2=1516628&view=diff
==
--- tomcat/tc7.0.x/trunk/webapp
Author: markt
Date: Thu Aug 22 21:59:55 2013
New Revision: 1516634
URL: http://svn.apache.org/r1516634
Log:
Restore line incorrectly removed in r1516416
Thanks due to rjung for spotting my error
Modified:
tomcat/trunk/java/org/apache/juli/OneLineFormatter.java
Modified: tomcat/trunk/java/org
On 22/08/2013 20:48, Rainer Jung wrote:
> On 22.08.2013 13:24, ma...@apache.org wrote:
>> Author: markt
>> Date: Thu Aug 22 11:24:07 2013
>> New Revision: 1516416
>>
>> URL: http://svn.apache.org/r1516416
>> Log:
>> Fix NPE observed in testing logs
>>
>> Modified:
>> tomcat/trunk/java/org/apach
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1363
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test has an issue affecting its community integration.
This i
Author: violetagg
Date: Fri Aug 23 06:34:50 2013
New Revision: 1516710
URL: http://svn.apache.org/r1516710
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55469
tr and td tags for UPLOAD_SECTION where not properly closed
Modified:
tomcat/trunk/java/org/apache/catalina/manager/HTML
Author: violetagg
Date: Fri Aug 23 06:50:16 2013
New Revision: 1516711
URL: http://svn.apache.org/r1516711
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55469
Merged revision 1516710 from tomcat/trunk:
tr and td tags for UPLOAD_SECTION were not properly closed
Modified:
tomcat/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=55469
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
33 matches
Mail list logo