Author: jboynes
Date: Fri Aug 9 06:53:41 2013
New Revision: 1512166
URL: http://svn.apache.org/r1512166
Log:
Remove "executable" property
Modified:
tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/ParamSupport.java
(props changed)
Propchange:
Author: jboynes
Date: Fri Aug 9 06:38:05 2013
New Revision: 1512153
URL: http://svn.apache.org/r1512153
Log:
Update eol-style
Modified:
tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/tag/common/xml/JSTLVariableStackTest.java
(props changed)
Propchange:
tom
Author: jboynes
Date: Fri Aug 9 06:31:19 2013
New Revision: 1512151
URL: http://svn.apache.org/r1512151
Log:
Update copyright year and text
Modified:
tomcat/taglibs/standard/trunk/NOTICE
Modified: tomcat/taglibs/standard/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/tomcat/taglibs/standar
Author: jboynes
Date: Fri Aug 9 06:25:34 2013
New Revision: 1512150
URL: http://svn.apache.org/r1512150
Log:
Update copyright year and text
Modified:
tomcat/taglibs/taglibs-parent/trunk/NOTICE
Modified: tomcat/taglibs/taglibs-parent/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/tomcat/tag
Author: jboynes
Date: Fri Aug 9 06:21:56 2013
New Revision: 1512148
URL: http://svn.apache.org/r1512148
Log:
Start adding model for loading complete TLDs using Digester.
This will unify Jasper's model, which is mostly complete but uses a separate
DOM model,
and Catalina's, which is Digester bas
On Aug 8, 2013, at 10:50 AM, Mark Thomas wrote:
> Currently, Tomcat has an 'guide' of a maximum of 80 characters for line
> length. It has been a while since we reviewed this and as we are looking
> at style rules...
>
> As a starting point what do folks think of the following options:
>
> Line
Author: markt
Date: Thu Aug 8 22:26:38 2013
New Revision: 1512073
URL: http://svn.apache.org/r1512073
Log:
Fix refactoring in r1512034 that broke HTTP BIO and APR
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
tomcat/trunk/java/org/apache/coyote/http11/Http1
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/4804
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Mark,
On 8/8/13 1:50 PM, Mark Thomas wrote:
> Currently, Tomcat has an 'guide' of a maximum of 80 characters for line
> length. It has been a while since we reviewed this and as we are looking
> at style rules...
>
> As a starting point what do folks think of the following options:
>
> Line leng
2013/8/8 Mark Thomas :
> Currently, Tomcat has an 'guide' of a maximum of 80 characters for line
> length. It has been a while since we reviewed this and as we are looking
> at style rules...
>
Changing @SuppressWarnings had its technical reasons. I do not see
much reasons to reconsider code forma
Author: markt
Date: Thu Aug 8 21:09:38 2013
New Revision: 1512034
URL: http://svn.apache.org/r1512034
Log:
Pull up SocketWrapper
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
tomcat/trunk/java/org/apa
Author: markt
Date: Thu Aug 8 21:09:00 2013
New Revision: 1512033
URL: http://svn.apache.org/r1512033
Log:
Switch the logic around in preparation for a fix for BZ 55381
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util
Author: markt
Date: Thu Aug 8 19:43:43 2013
New Revision: 1511988
URL: http://svn.apache.org/r1511988
Log:
Fix comment typos
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
U
On Aug 8, 2013, at 12:50 PM, Mark Thomas wrote:
> Currently, Tomcat has an 'guide' of a maximum of 80 characters for line
> length. It has been a while since we reviewed this and as we are looking
> at style rules...
>
> As a starting point what do folks think of the following options:
>
> Line
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/4802
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Thu Aug 8 18:07:43 2013
New Revision: 1511907
URL: http://svn.apache.org/r1511907
Log:
Switch from ignoring unavoidable generics warnings in Eclipse to
explicitly using @SuppressWarnings
Modified:
tomcat/trunk/build.xml
tomcat/trunk/java/javax/el/StandardELContext.jav
Author: markt
Date: Thu Aug 8 18:04:59 2013
New Revision: 1511905
URL: http://svn.apache.org/r1511905
Log:
Update unit tests to use DBCP2
Modified:
tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/DefaultTestCase.java
Modified:
tomcat/trunk/modules/jdbc-pool/src/te
Currently, Tomcat has an 'guide' of a maximum of 80 characters for line
length. It has been a while since we reviewed this and as we are looking
at style rules...
As a starting point what do folks think of the following options:
Line length:
80 - the current
100 -
120 -
Strictness
Informal - th
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/4801
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
On 07/08/2013 09:41, Mark Thomas wrote:
> For trunk we have been running a policy of zero warnings in the code.
> This has helped to highlight issues as code is edited as any warnings
> are immediately clear. Obviously, this depends on what warnings are enabled.
>
> Currently, we use Eclipse's "Ig
Author: markt
Date: Thu Aug 8 16:46:55 2013
New Revision: 1511866
URL: http://svn.apache.org/r1511866
Log:
Duplicate path parameters are invalid
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/UriTemplate.java
tomcat/trunk/res/findbugs/filter-false-positives.xml
tomcat
On 07/08/13 19:49, Konstantin Kolinko wrote:
2013/8/7 Brian Burch :
I use netbeans exclusively. I get warnings about import order from almost
every tc source file. Periodically I scratch around looking for the rules
template so I can change them to conform with the ant checkstyle rules,
which a
Jeremy,
On 8/7/13 11:38 AM, Jeremy Boynes wrote:
> On Aug 7, 2013, at 12:41 AM, Mark Thomas wrote:
>
>> For trunk we have been running a policy of zero warnings in the code.
>> This has helped to highlight issues as code is edited as any warnings
>> are immediately clear. Obviously, this depends
https://issues.apache.org/bugzilla/show_bug.cgi?id=55314
--- Comment #8 from Mark Thomas ---
Thinking about this some more, wouldn't it be easier from a developer point of
view just to forward the request and let WsFilter do all the work?
--
You are receiving this mail because:
You are the assi
Author: kkolinko
Date: Thu Aug 8 08:51:51 2013
New Revision: 1511621
URL: http://svn.apache.org/r1511621
Log:
Correct typos. (Followup to r1511469)
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=55387
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55387
--- Comment #1 from Burt Beckwith ---
Sorry, user error since the 3.1 jar will be provided by the container. Please
close.
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55387
Bug ID: 55387
Summary: DefaultServlet calls response.setContentLengthLong
which is a 3.1 method but doesn't check that you're
using 3.1
Product: Tomcat 8
Ve
28 matches
Mail list logo