Author: markt
Date: Thu Feb 5 08:18:50 2015
New Revision: 1657492
URL: http://svn.apache.org/r1657492
Log:
Re-work test to use a warm-up followed by a "best of 5" approach to try and
avoid false failures with the CI system. (Running on my laptop, homebrew is ~2x
as fast).
Modified:
tomcat/
Hi,
I am VIN and newly joined to the apache DEV community. I would like to
contribute in development and bug fixing and chose Tomcat as my first
project. I am good at core java technologies/Servlets. Can some one help me
to guide?
Thanks,
Vin.
On 05/02/2015 07:27, 토로치 wrote:
> Hello.
>
> I am a PLM system developers.
>
> We PLM system operates by JAVA.
>
> We are using the Tomcat version 7.0.55.
>
> The system Down occurs when we are using a PLM system.
This is the wrong list. You want the users list.
Mark
On 05/02/2015 08:56, Pravallika Peddi wrote:
> Hi,
> I am VIN and newly joined to the apache DEV community. I would like to
> contribute in development and bug fixing and chose Tomcat as my first
> project. I am good at core java technologies/Servlets. Can some one help me
> to guide?
Welcome.
Th
I made a mistake.
I subscribe to the user list.
Duseong
2015-02-05 17:59 GMT+09:00 Mark Thomas :
> On 05/02/2015 07:27, 토로치 wrote:
> > Hello.
> >
> > I am a PLM system developers.
> >
> > We PLM system operates by JAVA.
> >
> > We are using the Tomcat version 7.0.55.
> >
> > The system Down occ
Author: markt
Date: Thu Feb 5 09:20:34 2015
New Revision: 1657501
URL: http://svn.apache.org/r1657501
Log:
Change read & write interest defaults for NIO. These should only be true once
the socket has been registered for read/write.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2
Hi Mark,
Thanks for your reply.
I downloaded the tomcat source code of "apache-tomcat-8.0.18-src" but not
from the Trunk. I am able to build it and Tomcat is running successfully in
my environment.
I do not know how to download the Trunk from SVN.
Thanks,
VIN.
On Thu, Feb 5, 2015 at 2:31 PM
https://issues.apache.org/bugzilla/show_bug.cgi?id=44216
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Feb 5 10:11:54 2015
New Revision: 1657510
URL: http://svn.apache.org/r1657510
Log:
Try a different way to convince the CI system to pass this.
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java
Modified:
tomcat/trunk/test/org/apac
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902
--- Comment #4 from Mark Thomas ---
Getting back to this after far too long.
I understand the problem you are trying to solve but I don't think that this
Valveis generic enough to include in Tomcat. My largest concern is that the
requireme
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540
Bug ID: 57540
Summary: report TLS protocol version
Product: Tomcat 7
Version: trunk
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540
--- Comment #1 from Ralf Hauser ---
4) furthermore, I suggest to add in
org.apache.tomcat.util.net.jsse.openssl.Protocol
TLSv1_1("TLSv1.1")
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540
--- Comment #2 from Mark Thomas ---
The key needs to be in the org.apache.tomcat name space, not the javax.servlet
space since the Servlet name space is reserved.
--
You are receiving this mail because:
You are the assignee for the bug.
On 05/02/2015 09:57, Pravallika Peddi wrote:
> Hi Mark,
>
> Thanks for your reply.
>
> I downloaded the tomcat source code of "apache-tomcat-8.0.18-src" but not
> from the Trunk. I am able to build it and Tomcat is running successfully in
> my environment.
OK. If you can build 8.0.x form source
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902
--- Comment #5 from Konstantin Kolinko ---
(In reply to Mark Thomas from comment #4)
> I don't think that this Valve is generic enough to include in Tomcat.
Agreed.
>
> I believe an additional option of
> "forceLandingPageAfterAuth" that
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Feb 5 13:50:19 2015
New Revision: 1657565
URL: http://svn.apache.org/r1657565
Log:
Increase error margin to 500ms in an attempt to reduce false failures on CI
system.
Modified:
tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java
Modified: tomcat/t
On 05/02/2015 13:50, ma...@apache.org wrote:
> Author: markt
> Date: Thu Feb 5 13:50:19 2015
> New Revision: 1657565
>
> URL: http://svn.apache.org/r1657565
> Log:
> Increase error margin to 500ms in an attempt to reduce false failures on CI
> system.
This isn't really a viable approach long te
Author: schultz
Date: Thu Feb 5 14:14:58 2015
New Revision: 1657572
URL: http://svn.apache.org/r1657572
Log:
Javadoc typo.
Modified:
tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java
Modified: tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java
URL:
http://svn
2015-02-05 17:11 GMT+03:00 Mark Thomas :
> On 05/02/2015 13:50, ma...@apache.org wrote:
>> Author: markt
>> Date: Thu Feb 5 13:50:19 2015
>> New Revision: 1657565
>>
>> URL: http://svn.apache.org/r1657565
>> Log:
>> Increase error margin to 500ms in an attempt to reduce false failures on CI
>> sy
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540
--- Comment #3 from Ralf Hauser ---
thanks Mark, so 1a) should rather be:
"org.apache.tomcat.util.net.secure_protocol_version"
--
You are receiving this mail because:
You are the assignee for the bug.
--
Author: markt
Date: Thu Feb 5 14:28:37 2015
New Revision: 1657580
URL: http://svn.apache.org/r1657580
Log:
First pass at reducing false failures on CI system.
Modified:
tomcat/trunk/build.xml
tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java
Modified: tomcat/trunk/b
Author: markt
Date: Thu Feb 5 14:32:03 2015
New Revision: 1657584
URL: http://svn.apache.org/r1657584
Log:
Refactor Mapper performance tests to a separate class so they can be more
easily excluded.
Added:
tomcat/trunk/test/org/apache/catalina/mapper/TestMapperPerformance.java
(with props
Author: markt
Date: Thu Feb 5 14:35:50 2015
New Revision: 1657586
URL: http://svn.apache.org/r1657586
Log:
Tab and whitespace police
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1657586&r1=1657585&r2=1657586&
2015-02-05 17:28 GMT+03:00 :
> Author: markt
> Date: Thu Feb 5 14:28:37 2015
> New Revision: 1657580
>
> URL: http://svn.apache.org/r1657580
> Log:
> First pass at reducing false failures on CI system.
>
> Modified:
> tomcat/trunk/build.xml
> tomcat/trunk/test/org/apache/catalina/valves/T
On 05/02/2015 14:36, Konstantin Kolinko wrote:
> 2015-02-05 17:28 GMT+03:00 :
>> Author: markt
>> Date: Thu Feb 5 14:28:37 2015
>> New Revision: 1657580
>>
>> URL: http://svn.apache.org/r1657580
>> Log:
>> First pass at reducing false failures on CI system.
>>
>> Modified:
>> tomcat/trunk/bui
Author: markt
Date: Thu Feb 5 14:42:52 2015
New Revision: 1657589
URL: http://svn.apache.org/r1657589
Log:
Make constant final
Modified:
tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java
Modified: tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java
UR
On 05/02/2015 14:40, Mark Thomas wrote:
> On 05/02/2015 14:36, Konstantin Kolinko wrote:
>> 2015-02-05 17:28 GMT+03:00 :
>>> Author: markt
>>> Date: Thu Feb 5 14:28:37 2015
>>> New Revision: 1657580
>>>
>>> URL: http://svn.apache.org/r1657580
>>> Log:
>>> First pass at reducing false failures on
Author: kkolinko
Date: Thu Feb 5 14:45:56 2015
New Revision: 1657591
URL: http://svn.apache.org/r1657591
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57509
Improve length check in OutputBuffer.write() to account for 4 extra bytes that
are needed to terminates the headers.
Backpor
Author: markt
Date: Thu Feb 5 14:46:36 2015
New Revision: 1657592
URL: http://svn.apache.org/r1657592
Log:
Use standard logging
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerfo
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509
--- Comment #6 from Konstantin Kolinko ---
Fixed in Tomcat 7 by r1657591, will be in 7.0.60 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
--
Author: markt
Date: Thu Feb 5 15:34:34 2015
New Revision: 1657607
URL: http://svn.apache.org/r1657607
Log:
Revert 1657510. Back to the "best of n" approach.
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java
Modified:
tomcat/trunk/test/org/apache/catalin
Author: markt
Date: Thu Feb 5 15:44:35 2015
New Revision: 1657609
URL: http://svn.apache.org/r1657609
Log:
Document new test properties.
Modified:
tomcat/trunk/BUILDING.txt
Modified: tomcat/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1657609&r1=165760
Author: markt
Date: Thu Feb 5 15:47:45 2015
New Revision: 1657610
URL: http://svn.apache.org/r1657610
Log:
Back-port performance and timing test changes in an attempt to reduce false
failures on the ASF CI system.
Added:
tomcat/tc8.0.x/trunk/test/org/apache/catalina/mapper/TestMapperPerfor
Ping ?
> On Feb 2, 2015, at 8:29 PM, Jeremy Boynes wrote:
>
>>
>> On Feb 2, 2015, at 3:05 AM, Konstantin Kolinko
>> wrote:
>>
>> 2015-01-27 19:08 GMT+03:00 Jeremy Boynes :
>>>
On Jan 27, 2015, at 7:59 AM, Konstantin Kolinko
wrote:
2015-01-26 20:17 GMT+03:00 Jeremy Boy
https://issues.apache.org/bugzilla/show_bug.cgi?id=57536
--- Comment #1 from Christopher Schultz ---
What interfaces do you have on an example server? What interface/IP does mod_jk
currently choose? What interface/IP would you prefer mod_jk use?
--
You are receiving this mail because:
You are t
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489
--- Comment #8 from Christopher Schultz ---
(In reply to wodencafe from comment #7)
> I ran "svn update", then "ant", and finally copied the built
> libs into my Tomcat 8 server for testing.
That's the correct procedure. If you are using s
2015-02-02 14:05 GMT+03:00 Konstantin Kolinko :
> 2015-01-27 19:08 GMT+03:00 Jeremy Boynes :
>>
>>> On Jan 27, 2015, at 7:59 AM, Konstantin Kolinko
>>> wrote:
>
> Here comes my vote:
>
>> The proposed 1.2.2 release is:
>> [ ] Broken - do not release
> [x] Stable - go ahead and release as 1.2.2 S
Author: kkolinko
Date: Thu Feb 5 18:12:31 2015
New Revision: 1657653
URL: http://svn.apache.org/r1657653
Log:
Fix compilation failure in a test class when using JDK 1.5.
The XPathFactory.newInstance(String, String, ClassLoader) method is @since Java
1.6.
>From code review, the only difference b
Author: fschumacher
Date: Thu Feb 5 18:33:09 2015
New Revision: 1657659
URL: http://svn.apache.org/r1657659
Log:
Warn about a problematic appBase setting on StandardHost.
Merged r1657356 from /tomcat/tc8.0.x/trunk (merged r1656345 from /tomcat/trunk)
Modified:
tomcat/tc7.0.x/trunk/ (props
Author: fschumacher
Date: Thu Feb 5 18:36:15 2015
New Revision: 1657660
URL: http://svn.apache.org/r1657660
Log:
We know, that we only store String[] instances as
values in parameters-map, so no need to check for other types.
Merge r1657360 from /tomcat/tc8.0.x/trunk (merged r1656331 from /tomca
Author: fschumacher
Date: Thu Feb 5 19:03:19 2015
New Revision: 1657664
URL: http://svn.apache.org/r1657664
Log:
Guard the digester with its own lock object. Otherwise two threads could create
two digester instances, lock on them and then use still the same one at the
same time. Issue reported by
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014
--- Comment #2 from mr.oliver.hernan...@gmail.com ---
I 100% agree that this should be added.
I'm running into the use case where I need to read a request's input stream,
and per the javadoc for Valve, I must wrap the request before passing
https://issues.apache.org/bugzilla/show_bug.cgi?id=57536
--- Comment #2 from Rainer Jung ---
I think he wants an optional IP config attribute per worker. That IP would be a
locally configured ip chosen by the admin. mod_jk would then bind() to that IP
before doing the connect(). One choses port 0
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902
--- Comment #7 from Christopher Schultz ---
As much as I like this kind of capability (particularly the addition of
"landingPage" and something like the proposal to add
"forceLandingPageAfterAuth"), I don't think is belongs in Tomcat becaus
Author: markt
Date: Thu Feb 5 19:46:37 2015
New Revision: 1657673
URL: http://svn.apache.org/r1657673
Log:
Fix copy/paste error in link
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/docs/index.html
URL:
http://svn.apache.org/v
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540
--- Comment #4 from Christopher Schultz ---
(In reply to Ralf Hauser from comment #1)
> 4) furthermore, I suggest to add in
> org.apache.tomcat.util.net.jsse.openssl.Protocol
>
> TLSv1_1("TLSv1.1")
And "TLSv1.0" and/or "TLSv1".
Would
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540
--- Comment #5 from Mark Thomas ---
(In reply to Christopher Schultz from comment #4)
> (In reply to Ralf Hauser from comment #1)
> > 4) furthermore, I suggest to add in
> > org.apache.tomcat.util.net.jsse.openssl.Protocol
> >
> > TLSv
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014
--- Comment #3 from Christopher Schultz ---
Wow, a blast from the past. I had entirely forgotten about this.
I'll re-work the patch for trunk and see how far everything is interested in
back-porting. mr.oliver, what version of Tomcat are y
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014
--- Comment #4 from Remy Maucherat ---
That is clearly not the point. Up until the filter chain, the core classes
should be used.
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540
--- Comment #6 from Ralf Hauser ---
Created attachment 32437
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32437&action=edit
apache.tomcat.tls.protocol.57540.patch
--
You are receiving this mail because:
You are the assignee
Author: fschumacher
Date: Thu Feb 5 20:26:19 2015
New Revision: 1657682
URL: http://svn.apache.org/r1657682
Log:
Don't use instance scoped variables in try-with block, since it will get
closed, but not nulled.
Modified:
tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java
Modified: to
Author: fschumacher
Date: Thu Feb 5 20:29:57 2015
New Revision: 1657683
URL: http://svn.apache.org/r1657683
Log:
Don't use instance scoped variables in try-with block, since it will get
closed, but not nulled.
Merge r1657682 from /tomcat/trunk
Modified:
tomcat/tc8.0.x/trunk/ (props change
https://issues.apache.org/bugzilla/show_bug.cgi?id=50504
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
2015-02-05 21:12 GMT+03:00 :
> Author: kkolinko
> Date: Thu Feb 5 18:12:31 2015
> New Revision: 1657653
>
> URL: http://svn.apache.org/r1657653
> Log:
> Fix compilation failure in a test class when using JDK 1.5.
> The XPathFactory.newInstance(String, String, ClassLoader) method is @since
> Java
Author: kkolinko
Date: Thu Feb 5 23:37:11 2015
New Revision: 1657720
URL: http://svn.apache.org/r1657720
Log:
Add project files of Eclipse IDE to svn:ignore
Modified:
tomcat/taglibs/standard/trunk/ (props changed)
tomcat/taglibs/standard/trunk/build-tools/ (props changed)
tomcat/
Felix,
On 2/5/15 3:26 PM, fschumac...@apache.org wrote:
> Author: fschumacher
> Date: Thu Feb 5 20:26:19 2015
> New Revision: 1657682
>
> URL: http://svn.apache.org/r1657682
> Log:
> Don't use instance scoped variables in try-with block, since it will get
> closed, but not nulled.
>
> Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50504
--- Comment #5 from Christopher Schultz ---
(In reply to Mark Thomas from comment #4)
> Request URI decoding has to bee connector wide since the URI has to be
> decoded before it is mapped.
If it can be assumed that the mapping has been do
https://issues.apache.org/bugzilla/show_bug.cgi?id=57532
--- Comment #2 from andrew jardine ---
Hey Mark,
I'll try to grab those details for you. All I can say for the moment is that if
I set a breakpoint in the DeltaManager class for the expire(boolean) method,
then during shutdown it hits. The
https://issues.apache.org/bugzilla/show_bug.cgi?id=57532
--- Comment #3 from Christopher Schultz ---
(In reply to andrew jardine from comment #2)
> Perhaps I have configured my cluster incorrectly? -- here is my configuration.
>
> [snip]
You need N > 0 nodes to make a cluster. Are they all confi
https://issues.apache.org/bugzilla/show_bug.cgi?id=57521
--- Comment #8 from Shunsuke Tanaka ---
Christopher, Konstantin
Thank you for your comment.
(In reply to Christopher Schultz from comment #6)
> please tell me exactly which package you downloaded.
I downloaded tomcat-native-1.1.30-src.ta
Am 6. Februar 2015 03:23:24 MEZ, schrieb Christopher Schultz
:
>Felix,
>
>On 2/5/15 3:26 PM, fschumac...@apache.org wrote:
>> Author: fschumacher
>> Date: Thu Feb 5 20:26:19 2015
>> New Revision: 1657682
>>
>> URL: http://svn.apache.org/r1657682
>> Log:
>> Don't use instance scoped variables i
> On Feb 5, 2015, at 3:32 PM, Konstantin Kolinko wrote:
>
> 2015-02-05 21:12 GMT+03:00 :
>> Author: kkolinko
>> Date: Thu Feb 5 18:12:31 2015
>> New Revision: 1657653
>>
>> URL: http://svn.apache.org/r1657653
>> Log:
>> Fix compilation failure in a test class when using JDK 1.5.
>> The XPathF
Thanks Mark.
I downloaded the source code from trunk using svn. checked out version
is: 1657747
I am able to build it and Tomcat is running successfully in my environment.
Can you help assign a bug or some assignment considering my skills so that
i can start working?
Thanks,
VIN
On Thu, Feb 5,
64 matches
Mail list logo