Author: kfujino
Date: Mon Jun 3 07:24:09 2013
New Revision: 1488871
URL: http://svn.apache.org/r1488871
Log:
Add maxWait attribute that the senderPool will wait when there are no available
senders.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/transport/PooledSender.java
tomcat
Author: kfujino
Date: Mon Jun 3 07:36:51 2013
New Revision: 1488876
URL: http://svn.apache.org/r1488876
Log:
Improve error message by including specified timeout if failed to retrieve a
data sender.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/PooledMultiSender.jav
Author: kfujino
Date: Mon Jun 3 07:45:00 2013
New Revision: 1488877
URL: http://svn.apache.org/r1488877
Log:
Merge r1488871 and r1488876.
-Add maxWait attribute that the senderPool will wait when there are no
available senders.
-Improve error message by including specified timeout if failed to r
https://issues.apache.org/bugzilla/show_bug.cgi?id=55035
Sergey Tcherednichenko changed:
What|Removed |Added
Version|7.0.37 |7.0.40
--
You are receiv
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/4402
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Mon Jun 3 08:24:01 2013
New Revision: 149
URL: http://svn.apache.org/r149
Log:
Match after to allow app filters to examine / modify the request.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java
Modified:
tomcat/trunk/java/org
On 31/05/2013 20:34, Mark Thomas wrote:
> The other end does hang up but it wasn't clear if that was the root
> cause or the result. The client reports invalid chunked encoding.
> I'll look into the client code.
I made some progress with this over the weekend. I'm still not sure
where the problem
https://issues.apache.org/bugzilla/show_bug.cgi?id=55006
--- Comment #3 from Konstantin Kolinko ---
(In reply to Mark Thomas from comment #2)
> Generally, I dislike using system properties for any kind of configuration.
I do as well.
How about using ClientEndpointConfig.getUserProperties() to p
On 03/06/2013 10:10, Mark Thomas wrote:
> My next step is to look more closely at the server code (the issue is
> sensitive to timing so it can be tricky to add debug code and still see
> the issue) to figure out if I am misusing the API or if there might be
> an APR/native bug at the root of this.
On Mon, Jun 3, 2013 at 3:13 PM, wrote:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=55006
>
> --- Comment #3 from Konstantin Kolinko ---
> (In reply to Mark Thomas from comment #2)
> > Generally, I dislike using system properties for any kind of
> configuration.
>
> I do as well.
>
> How
> From: Mark Thomas [mailto:ma...@apache.org]
> Subject: Re: APR/native errors with non-blocking I/O
> I'm thinking something along the lines of the following:
> if (ss == APR_SUCCESS)
> return (jint)sent;
> else if ((APR_STATUS_IS_EAGAIN(ss) || ss == TCN_EAGAIN) && sent > 0) {
> return
https://issues.apache.org/bugzilla/show_bug.cgi?id=55052
Bug ID: 55052
Summary: [JULI] Make ClassLoaderLogManager.getProperty() to try
unprefixed property if prefixed one does not exist
Product: Tomcat 7
Version: 7.0.40
Har
On 03.06.2013 14:54, Caldarale, Charles R wrote:
>> From: Mark Thomas [mailto:ma...@apache.org]
>> Subject: Re: APR/native errors with non-blocking I/O
>
>> I'm thinking something along the lines of the following:
>
>> if (ss == APR_SUCCESS)
>> return (jint)sent;
>> else if ((APR_STATUS_IS_E
On Mon, Jun 3, 2013 at 3:44 PM, Niki Dokovski wrote:
>
>
>
> On Mon, Jun 3, 2013 at 3:13 PM, wrote:
>
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=55006
>>
>> --- Comment #3 from Konstantin Kolinko ---
>> (In reply to Mark Thomas from comment #2)
>> > Generally, I dislike using system
Chuck,
On 5/31/13 5:46 PM, Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: Re: APR/native errors with non-blocking I/O
>
>> I'm pretty sure that sterror is thread safe: it should just return a
>> static char*.
>
> Would that it were tha
https://issues.apache.org/bugzilla/show_bug.cgi?id=55054
Bug ID: 55054
Summary: public method exitWhenFinished() removed from
FileCleaningTracker.
Product: Tomcat 7
Version: trunk
Hardware: All
OS: All
https://issues.apache.org/bugzilla/show_bug.cgi?id=55017
--- Comment #7 from Mark Thomas ---
The patch needs to include the associated documentation changes. It would also
be nice if it used StringManager for i18n.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: markt
Date: Mon Jun 3 20:58:17 2013
New Revision: 1489170
URL: http://svn.apache.org/r1489170
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55035
Add support for the version parameter to the deploy Ant task.
Patch provided by Sergey Tcherednichenko.
Modified:
tomcat/tru
Author: markt
Date: Mon Jun 3 21:03:59 2013
New Revision: 1489176
URL: http://svn.apache.org/r1489176
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55035
Add support for the version parameter to the deploy Ant task.
Patch provided by Sergey Tcherednichenko.
Modified:
tomcat/tc7
https://issues.apache.org/bugzilla/show_bug.cgi?id=55035
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On Mon, Jun 3, 2013 at 10:27 AM, Niki Dokovski wrote:
> On Mon, Jun 3, 2013 at 3:44 PM, Niki Dokovski
> wrote:Further
> on, if you choose to use connectToServer call that has the
> ClientEndpointConfig param you are losing the annotation approach as the
> first param of this call has to be an i
[
https://issues.apache.org/jira/browse/MTOMCAT-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilberto C Andrade updated MTOMCAT-205:
---
Comment: was deleted
(was: I don't know if has relation, but I'm having this problem
Author: markt
Date: Mon Jun 3 21:56:47 2013
New Revision: 1489195
URL: http://svn.apache.org/r1489195
Log:
Clean-up
Modified:
tomcat/trunk/test/org/apache/catalina/filters/TesterResponse.java
Modified: tomcat/trunk/test/org/apache/catalina/filters/TesterResponse.java
URL:
http://svn.apache
Author: markt
Date: Mon Jun 3 21:58:56 2013
New Revision: 1489196
URL: http://svn.apache.org/r1489196
Log:
Clean-up (prior to merging in changes for CORS patch)
Added:
tomcat/trunk/test/org/apache/catalina/filters/TesterHttpServletResponse.java
- copied, changed from r1489195,
tomcat/
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/4406
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Mon Jun 3 22:11:08 2013
New Revision: 1489201
URL: http://svn.apache.org/r1489201
Log:
Clean-up (prior to merging in changes for CORS patch)
Modified:
tomcat/trunk/test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java
Modified:
tomcat/trunk/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=55046
--- Comment #3 from Mark Thomas ---
I've started to merge the patch into Tomcat trunk (with the assumption it will
be back-ported to 7.0.x). So far I have the following comments:
- ALv2 license headers are missing
- No i18n (use of StringMa
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/4407
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=55046
Mohit Soni changed:
What|Removed |Added
Attachment #30363|0 |1
is obsolete|
On Tue, Jun 4, 2013 at 12:01 AM, Rossen Stoyanchev <
rstoyanc...@gopivotal.com> wrote:
> On Mon, Jun 3, 2013 at 10:27 AM, Niki Dokovski wrote:
>
> > On Mon, Jun 3, 2013 at 3:44 PM, Niki Dokovski
> wrote:Further
> > on, if you choose to use connectToServer call that has the
> > ClientEndpointConf
30 matches
Mail list logo