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-validate-eoln has an issue affecting its community
integrati
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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/3597
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
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/3595
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Sat Nov 24 23:18:08 2012
New Revision: 1413282
URL: http://svn.apache.org/viewvc?rev=1413282&view=rev
Log:
Fix copy/paste
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1413282&r1=1413281&r2=
Author: markt
Date: Sat Nov 24 23:12:49 2012
New Revision: 1413281
URL: http://svn.apache.org/viewvc?rev=1413281&view=rev
Log:
WebSocket 1.0 implementation part 1 of many.
Implement the the bootstrap code for Endpoints defined both using
POJOS+annotations and programmatically.
At this stage the S
[
https://issues.apache.org/jira/browse/MTOMCAT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomasz Nurkiewicz updated MTOMCAT-186:
--
Attachment: listener.zip
> Closing executable JAR does not call ServletContextList
Tomasz Nurkiewicz created MTOMCAT-186:
-
Summary: Closing executable JAR does not call
ServletContextListener.contextDestroyed()
Key: MTOMCAT-186
URL: https://issues.apache.org/jira/browse/MTOMCAT-186
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/3594
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
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/3592
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Sat Nov 24 18:53:08 2012
New Revision: 1413242
URL: http://svn.apache.org/viewvc?rev=1413242&view=rev
Log:
Prep for new WebSocket implementation
Modified:
tomcat/trunk/res/checkstyle/org-import-control.xml
Modified: tomcat/trunk/res/checkstyle/org-import-control.xml
URL:
Author: markt
Date: Sat Nov 24 18:52:29 2012
New Revision: 1413241
URL: http://svn.apache.org/viewvc?rev=1413241&view=rev
Log:
Rename. Drop Upgrade - it is in the package name
Added:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractProcessor.java
- copied, changed from r141324
Author: markt
Date: Sat Nov 24 18:51:13 2012
New Revision: 1413240
URL: http://svn.apache.org/viewvc?rev=1413240&view=rev
Log:
Remove close() - it just triggers errors
Modified:
tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java
Modified: tomcat/trunk/test/org/apache/coyote/
Author: markt
Date: Sat Nov 24 18:50:30 2012
New Revision: 1413239
URL: http://svn.apache.org/viewvc?rev=1413239&view=rev
Log:
Additional checks when in non-blocking mode
i18n messages
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties
tomcat/trunk/java/
Author: markt
Date: Sat Nov 24 18:49:45 2012
New Revision: 1413238
URL: http://svn.apache.org/viewvc?rev=1413238&view=rev
Log:
Add missing state checks
Fix i18n TODOs
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties
tomcat/trunk/java/org/apache/coyote/
Author: markt
Date: Sat Nov 24 18:48:59 2012
New Revision: 1413237
URL: http://svn.apache.org/viewvc?rev=1413237&view=rev
Log:
Simplify as there are some things that can't happen with HTTP upgrade
than can with a normal HTTP connection (because the protocol tells you
where the end of the request i
Author: markt
Date: Sat Nov 24 18:47:54 2012
New Revision: 1413236
URL: http://svn.apache.org/viewvc?rev=1413236&view=rev
Log:
Fix NPE when in blocking mode
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletInputStream.java
Modified:
tomcat/trunk/java/org/apache/co
Author: markt
Date: Sat Nov 24 18:47:11 2012
New Revision: 1413235
URL: http://svn.apache.org/viewvc?rev=1413235&view=rev
Log:
Expand the tests to cover blocking and non-blocking
Modified:
tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java
Modified: tomcat/trunk/test/org/apa
Author: markt
Date: Sat Nov 24 18:46:29 2012
New Revision: 1413234
URL: http://svn.apache.org/viewvc?rev=1413234&view=rev
Log:
Rename as test goes beyond just the input stream
Added:
tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java
- copied, changed from r1413233,
to
Author: markt
Date: Sat Nov 24 18:45:42 2012
New Revision: 1413233
URL: http://svn.apache.org/viewvc?rev=1413233&view=rev
Log:
Refactor ServletOutputStream
- BIO untested
- NIO untested
- APR not implemented
Added:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeAprServletOutputStr
Author: markt
Date: Sat Nov 24 18:44:38 2012
New Revision: 1413232
URL: http://svn.apache.org/viewvc?rev=1413232&view=rev
Log:
Fix test
Modified:
tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgradeServletInputStream.java
Modified:
tomcat/trunk/test/org/apache/coyote/http11/upgra
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/3591
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Sat Nov 24 18:16:01 2012
New Revision: 1413228
URL: http://svn.apache.org/viewvc?rev=1413228&view=rev
Log:
First pass at re-factoring based on UpgradeServletInputStream
Added:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java
Added:
tomc
Author: markt
Date: Sat Nov 24 17:55:57 2012
New Revision: 1413225
URL: http://svn.apache.org/viewvc?rev=1413225&view=rev
Log:
Re-factoring
- Make sure all read() methods work correctly when using non-blocking
- Pull up special handling of single byte read since it is required by
multiple protocol
Author: markt
Date: Sat Nov 24 17:55:15 2012
New Revision: 1413224
URL: http://svn.apache.org/viewvc?rev=1413224&view=rev
Log:
Will need separate tests for blocking and non-blcoking upgrade IO
Modified:
tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgradeServletInputStream.java
Mo
Author: markt
Date: Sat Nov 24 17:53:52 2012
New Revision: 1413222
URL: http://svn.apache.org/viewvc?rev=1413222&view=rev
Log:
Rename
Added:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeAprServletInputStream.java
- copied, changed from r1413221,
tomcat/trunk/java/org/apac
Author: markt
Date: Sat Nov 24 17:51:48 2012
New Revision: 1413221
URL: http://svn.apache.org/viewvc?rev=1413221&view=rev
Log:
Re-write reading from upgraded connection to use non-blocking IO.
NIO tested for basic operations
BIO untested
APR not written
Added:
tomcat/trunk/java/org/apache/co
Author: markt
Date: Sat Nov 24 17:49:42 2012
New Revision: 1413220
URL: http://svn.apache.org/viewvc?rev=1413220&view=rev
Log:
Fix javadoc
Modified:
tomcat/trunk/java/org/apache/catalina/websocket/WsFrame.java
Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsFrame.java
URL:
http:
Author: markt
Date: Sat Nov 24 17:41:36 2012
New Revision: 1413218
URL: http://svn.apache.org/viewvc?rev=1413218&view=rev
Log:
Add a simple test of the HTTP upgrade process
Added:
tomcat/trunk/test/org/apache/coyote/http11/upgrade/
tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestU
Author: markt
Date: Sat Nov 24 17:40:52 2012
New Revision: 1413217
URL: http://svn.apache.org/viewvc?rev=1413217&view=rev
Log:
upgradeDispatch() needs socket status to differentiate between read and
write
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java
tomcat/trunk/ja
Author: markt
Date: Sat Nov 24 17:39:48 2012
New Revision: 1413216
URL: http://svn.apache.org/viewvc?rev=1413216&view=rev
Log:
Rename for consistency. No functional change.
Simple testing of WebSocket (the examples) works for BIO, NIO and APR
Added:
tomcat/trunk/java/org/apache/catalina/webso
Author: markt
Date: Sat Nov 24 17:38:17 2012
New Revision: 1413215
URL: http://svn.apache.org/viewvc?rev=1413215&view=rev
Log:
Fix compilation error in unit test
Modified:
tomcat/trunk/test/org/apache/catalina/websocket/TestWebSocket.java
Modified: tomcat/trunk/test/org/apache/catalina/webso
Author: markt
Date: Sat Nov 24 17:37:31 2012
New Revision: 1413214
URL: http://svn.apache.org/viewvc?rev=1413214&view=rev
Log:
First cut for WebSockets (untested)
Added:
tomcat/trunk/java/org/apache/catalina/websocket/StreamHandler.java
- copied, changed from r1413212,
tomcat/trunk/jav
Author: markt
Date: Sat Nov 24 17:35:46 2012
New Revision: 1413212
URL: http://svn.apache.org/viewvc?rev=1413212&view=rev
Log:
First cut HTTP upgrade for NIO/APR
- Non-blocking not supported
- WebSocket broken
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeAprProcessor.ja
Author: markt
Date: Sat Nov 24 17:26:51 2012
New Revision: 1413209
URL: http://svn.apache.org/viewvc?rev=1413209&view=rev
Log:
First cut of HTTP Upgrade for BIO with blocking
- NIO, APR still broken
- Non-blocking IO not implemented for Upgrade
- WebSocket still broken
Removed:
tomcat/trunk/j
Author: markt
Date: Sat Nov 24 17:18:14 2012
New Revision: 1413207
URL: http://svn.apache.org/viewvc?rev=1413207&view=rev
Log:
Update HttpProtocol implementations to the Servlet 3.1 upgrade API
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
tomcat/trunk/java/org/apach
Author: markt
Date: Sat Nov 24 17:15:32 2012
New Revision: 1413206
URL: http://svn.apache.org/viewvc?rev=1413206&view=rev
Log:
Switch the Processors to use the Servlet 3.1 upgrade objects
- Upgrade process still broken
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java
t
Author: markt
Date: Sat Nov 24 17:11:29 2012
New Revision: 1413205
URL: http://svn.apache.org/viewvc?rev=1413205&view=rev
Log:
Change Request API to use Servlet 3.1 API for HTTP Upgrade
- WebSocket is now broken
- Upgrade process is broken / incomplete
Modified:
tomcat/trunk/java/javax/servle
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-taglibs-standard has an issue affecting its community
integration.
44 matches
Mail list logo