Author: markt
Date: Mon Jan 12 08:59:42 2015
New Revision: 1651043
URL: http://svn.apache.org/r1651043
Log:
A further round of refactoring of writes. Primary change is the
use of socketWriteBuffer by default for all writes
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
Author: markt
Date: Mon Jan 12 08:59:48 2015
New Revision: 1651044
URL: http://svn.apache.org/r1651044
Log:
Checkpoint - Fix NIO2 deadlock
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
URL:
h
Author: markt
Date: Mon Jan 12 08:59:53 2015
New Revision: 1651045
URL: http://svn.apache.org/r1651045
Log:
Complete a TODO
- Ensure a blocking call to doWrite() always empties the buffer or
times out
- Remove flip parameter from doWrite() as it is no longer required
Modified:
tomcat/trunk/
Author: markt
Date: Mon Jan 12 08:59:59 2015
New Revision: 1651046
URL: http://svn.apache.org/r1651046
Log:
No need to return value from doWrite so remove it allowing slightly
simpler code.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
tomcat/trunk/java/org/apach
On 09/01/2015 18:26, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.17 release is now available for voting.
>
> The changes since 8.0.16 are:
> - Fix a RequestListener regression
> - Fix a bug in NIO2 with sending 100-Continue responses
>
> The main changes since 8.0.15 are:
> - Correct a re
On 08/01/2015 16:44, Rémy Maucherat wrote:
> 2015-01-08 16:56 GMT+01:00 Mark Thomas :
>
>> There are a couple of WebSocket tests that are currently commented out
>> in org.apache.tomcat.websocket.pojo.TestEncodingDecoding
>>
>> I've been looking into why the currently fail.
>>
>> Failing test 1: t
https://issues.apache.org/bugzilla/show_bug.cgi?id=57282
--- Comment #13 from Mark Thomas ---
Broadly it looks OK but the detail around the Pipelines isn't right. Calls to
getFirst() are missing and some method names shown don't exist. Also methods
are being called on the wrong objects (e.g. getH
Hi Mark,
Have you been able to test Tomcat with JDK 9 modular images, would
appreciate any feedback you might have ?
Rgds,Rory
On 09/12/2014 08:36, Rory O'Donnell wrote:
Hi Mark/Mladen,
The initial changesets for JEP 220: Modular Run-Time Images [1] are
available
with JDK 9 early-access bui
Author: markt
Date: Mon Jan 12 11:16:13 2015
New Revision: 1651062
URL: http://svn.apache.org/r1651062
Log:
Pull up getter/setter for useSendfile
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.j
Author: markt
Date: Mon Jan 12 11:16:19 2015
New Revision: 1651063
URL: http://svn.apache.org/r1651063
Log:
Remove a cast.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
tomcat/trunk/java/o
2015-01-09 19:26 GMT+01:00 Mark Thomas :
> The proposed 8.0.17 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.0.17
>
> Rémy
2015-01-11 20:40 GMT+01:00 Mark Thomas :
> Just for info, I have found that none of the non-blocking IO (including
> that used by the WebSocket impl) was using the socket write buffer. I'm
> making good progress refactoring things so everything is buffered by
> default but it has triggered a lot o
2015-01-09 21:26 GMT+03:00 Mark Thomas :
> The proposed Apache Tomcat 8.0.17 release is now available for voting.
>
> The proposed 8.0.17 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 8.0.17
Unit tests pass for all 4 connectors with 32-bit JDK 7u72 on Windows 7.
Am 09.01.2015 um 19:26 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.17 release is now available for voting.
The changes since 8.0.16 are:
- Fix a RequestListener regression
- Fix a bug in NIO2 with sending 100-Continue responses
The main changes since 8.0.15 are:
- Correct a regression i
Author: fschumacher
Date: Mon Jan 12 15:22:16 2015
New Revision: 1651116
URL: http://svn.apache.org/r1651116
Log:
Enable custom context class when using embedded tomcat
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
tomcat/trunk/test/org/apache/catalina/startup/TestTo
Author: fschumacher
Date: Mon Jan 12 15:29:47 2015
New Revision: 1651120
URL: http://svn.apache.org/r1651120
Log:
Don't add orderedLibs attribute if it is null.
ReplicatedContext will fail otherwise.
Avoid NPE on shutdown of ReplicatedContext.
Added:
tomcat/trunk/test/org/apache/catalina/ha/
it-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150112-native-src.tar.gz
-Dexamples.sources.skip=true
GitHub user ahu0605 opened a pull request:
https://github.com/apache/tomcat/pull/15
now json is fashion
The class should support data json
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahu0605/tomcat patch-1
Alternatively you c
On Fri, Jan 9, 2015 at 7:26 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.17 release is now available for voting.
>
> The changes since 8.0.16 are:
> - Fix a RequestListener regression
> - Fix a bug in NIO2 with sending 100-Continue responses
>
> The main changes since 8.0.15 are:
> - C
Github user markt-asf commented on the pull request:
https://github.com/apache/tomcat/pull/15#issuecomment-69624704
This pull request is declined. Even ignoring the poor quality of this pull
request, supporting JSON formatted data is an application concern, not a
container concern.
On 2015-01-09 1:26 PM, Mark Thomas wrote:
The proposed 8.0.17 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 8.0.17
Tested WebSocket + AsyncContext
-- Jeanfrancois
-
To unsubscribe, e-mail:
Mark,
On 1/9/15 1:26 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.17 release is now available for voting.
>
> The changes since 8.0.16 are:
> - Fix a RequestListener regression
> - Fix a bug in NIO2 with sending 100-Continue responses
>
> The main changes since 8.0.15 are:
> - Correct
it-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150112-native-src.tar.gz
-Dexamples.sources.skip=true
Author: markt
Date: Mon Jan 12 22:35:19 2015
New Revision: 1651219
URL: http://svn.apache.org/r1651219
Log:
Fix some flushing issues identified when running the Autobhan WebSocket test
suite
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java
to
Author: markt
Date: Mon Jan 12 23:38:24 2015
New Revision: 1651232
URL: http://svn.apache.org/r1651232
Log:
Better parameter name
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
tomcat/trunk/java/org
Author: markt
Date: Mon Jan 12 23:51:27 2015
New Revision: 1651235
URL: http://svn.apache.org/r1651235
Log:
Remove over-ridden method that has an identical implementation in the super
class.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java
Modified: tomcat/tr
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 has an issue affecting its community integration.
Th
Github user ahu0605 commented on the pull request:
https://github.com/apache/tomcat/pull/15#issuecomment-69689061
but when i push content type - jsonï¼there is some bug , 4 ex :data is
json "{\"id\":\"asd\"}",the value will be a Map key, request.getPamaterMap ()
the key is {"id":"as
https://issues.apache.org/bugzilla/show_bug.cgi?id=57437
Bug ID: 57437
Summary: got error while start tomcat server in windows
Product: Tomcat 7
Version: unspecified
Hardware: PC
Status: NEW
Severity: blocker
Pr
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-apr has an issue affecting its community integration.
Th
Author: kkolinko
Date: Tue Jan 13 05:37:55 2015
New Revision: 1651279
URL: http://svn.apache.org/r1651279
Log:
svn:eol-style=native
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOnListener.java
(props changed)
tomcat/trunk/java/org/apache/catalina/ha/authent
Author: kkolinko
Date: Tue Jan 13 05:41:52 2015
New Revision: 1651280
URL: http://svn.apache.org/r1651280
Log:
Checkstyle:
1) Missing Apache License header
2) Imports order
Modified:
tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java
tomcat/trunk/test/org/apache/c
Author: kkolinko
Date: Tue Jan 13 05:45:39 2015
New Revision: 1651281
URL: http://svn.apache.org/r1651281
Log:
svn:eol-style=native
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/authenticator/ClusterSingleSignOnListener.java
(props changed)
tomcat/tc8.0.x/trunk/java/org/
Github user martin-g commented on the pull request:
https://github.com/apache/tomcat/pull/15#issuecomment-69703890
When you POST JSON data you should use
http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html#getReader()
to consume the body and parse it as you find appr
34 matches
Mail list logo