Author: markt
Date: Fri Aug 10 09:13:14 2012
New Revision: 1371620
URL: http://svn.apache.org/viewvc?rev=1371620&view=rev
Log:
Tab police
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
UR
Author: markt
Date: Fri Aug 10 09:24:29 2012
New Revision: 1371622
URL: http://svn.apache.org/viewvc?rev=1371622&view=rev
Log:
tab police
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
Propchange: tomcat/tc7.0.x
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-tc7.0.x-validate has an issue affecting its community
integration.
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
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.
Author: kkolinko
Date: Fri Aug 10 12:07:37 2012
New Revision: 1371678
URL: http://svn.apache.org/viewvc?rev=1371678&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53531
Followup to r1371355.
Add missing message, remove erroneously added files.
Removed:
tomcat/tc6.0.x/trunk/5
2012/8/10 Konstantin Kolinko :
> 2012/8/9 :
>> Author: schultz
>> Date: Thu Aug 9 18:14:14 2012
>> New Revision: 1371355
>>
>> URL: http://svn.apache.org/viewvc?rev=1371355&view=rev
>> Log:
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=53531
>> Fix ExpandWar.expand to check the return val
Konstantin,
On 8/10/12 8:07 AM, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Fri Aug 10 12:07:37 2012
> New Revision: 1371678
>
> URL: http://svn.apache.org/viewvc?rev=1371678&view=rev
> Log:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=53531
> Followup to r1371355.
> Add missing
Author: schultz
Date: Fri Aug 10 15:52:36 2012
New Revision: 1371750
URL: http://svn.apache.org/viewvc?rev=1371750&view=rev
Log:
Updated proposal.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU
https://issues.apache.org/bugzilla/show_bug.cgi?id=53541
--- Comment #2 from Mark Thomas ---
For the record, the maximum permitted attachment size is 1MB, not 1KB. 1MB
should be more than enough for any test case - even one packaged as a WAR -
providing it meets the standard of "the minimum neces
Author: fhanik
Date: Fri Aug 10 18:10:49 2012
New Revision: 1371793
URL: http://svn.apache.org/viewvc?rev=1371793&view=rev
Log:
ConnectionState must supported with short name too.
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java
Modifi
Author: fhanik
Date: Fri Aug 10 18:11:36 2012
New Revision: 1371794
URL: http://svn.apache.org/viewvc?rev=1371794&view=rev
Log:
ConnectionState must supported with short name too.
Modified:
tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java
Author: markt
Date: Fri Aug 10 19:41:27 2012
New Revision: 1371812
URL: http://svn.apache.org/viewvc?rev=1371812&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53541
Fix JAR scanning when WEB-INF/lib is provided via VirtualDirContext
Patch provided by Philip Zuev
Modified:
Author: markt
Date: Fri Aug 10 19:54:55 2012
New Revision: 1371816
URL: http://svn.apache.org/viewvc?rev=1371816&view=rev
Log:
Fix JAR scanning when WEB-INF/lib is provided via VirtualDirContext
Patch provided by Philip Zuev
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x
https://issues.apache.org/bugzilla/show_bug.cgi?id=53541
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=52318
Filip Hanik changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
Author: markt
Date: Fri Aug 10 21:34:13 2012
New Revision: 1371823
URL: http://svn.apache.org/viewvc?rev=1371823&view=rev
Log:
Need to reset content length as well to ensure custom error page is not
truncated.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java
Modif
Author: markt
Date: Fri Aug 10 21:36:54 2012
New Revision: 1371824
URL: http://svn.apache.org/viewvc?rev=1371824&view=rev
Log:
Need to reset content length as well to ensure custom error page is not
truncated.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/or
https://issues.apache.org/bugzilla/show_bug.cgi?id=53545
--- Comment #3 from Mark Thomas ---
OK. I see what is going on here now. A bug (now fixed) in the custom error page
handling wasn't helping.
Tomcat isn't clearing the buffer of the containing page when the forward
happens. When Tomcat trie
https://issues.apache.org/bugzilla/show_bug.cgi?id=53541
--- Comment #4 from Philip ---
(In reply to comment #3)
> This has been fixed in trunk and 7.0.x and will be included in 7.0.30
> onwards.
>
> Regarding the test case, it would have been a lot easier to work with if
> necessary files to re
20 matches
Mail list logo