Author: markt
Date: Thu Feb 17 09:20:16 2011
New Revision: 1071556
URL: http://svn.apache.org/viewvc?rev=1071556&view=rev
Log:
Prevent NPE in unit tests as a result of r1067718
Modified:
tomcat/trunk/test/org/apache/catalina/filters/TestRemoteIpFilter.java
Modified: tomcat/trunk/test/org/apa
Author: markt
Date: Thu Feb 17 09:29:58 2011
New Revision: 1071557
URL: http://svn.apache.org/viewvc?rev=1071557&view=rev
Log:
Fix test failure now r1069056 has added stricter checks for state transitions
Modified:
tomcat/trunk/test/org/apache/catalina/loader/TestVirtualWebappLoader.java
Mod
Author: markt
Date: Thu Feb 17 09:46:52 2011
New Revision: 1071559
URL: http://svn.apache.org/viewvc?rev=1071559&view=rev
Log:
Prevent NPE in unit tests as a result of r1067718
Modified:
tomcat/trunk/test/org/apache/catalina/valves/TestRemoteIpValve.java
Modified: tomcat/trunk/test/org/apach
Author: rjung
Date: Thu Feb 17 09:51:17 2011
New Revision: 1071560
URL: http://svn.apache.org/viewvc?rev=1071560&view=rev
Log:
Remove duplicate code.
The implementation in the base class is identical and all other http11
implementations also inherit it from there.
Modified:
tomcat/trunk/jav
Author: markt
Date: Thu Feb 17 09:59:30 2011
New Revision: 1071561
URL: http://svn.apache.org/viewvc?rev=1071561&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50790
Improve method resolution in EL expressions
Add test cases for this bug
Modified:
tomcat/trunk/java/javax
https://issues.apache.org/bugzilla/show_bug.cgi?id=50790
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 10.02.2011 18:44, Mark Thomas wrote:
On 10/02/2011 13:04, Rainer Jung wrote:
Servlet 3 standardizes file uploads. It contains the ability to limit on
request size, pretty much the same as commons fileupload supported for
many years.
It seems when this conditions triggers the rest of the requ
Author: markt
Date: Thu Feb 17 10:32:07 2011
New Revision: 1071565
URL: http://svn.apache.org/viewvc?rev=1071565&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50789
Provide an option to enable ServletRequestListeners for forwards as required by
some CDI frameworks.
Modifie
https://issues.apache.org/bugzilla/show_bug.cgi?id=50789
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 17/02/2011 10:30, Rainer Jung wrote:
> On 10.02.2011 18:44, Mark Thomas wrote:
>> On 10/02/2011 13:04, Rainer Jung wrote:
>>> Servlet 3 standardizes file uploads. It contains the ability to limit on
>>> request size, pretty much the same as commons fileupload supported for
>>> many years.
>>>
>>
On 17/02/2011 10:41, Mark Thomas wrote:
> On 17/02/2011 10:30, Rainer Jung wrote:
>> On 10.02.2011 18:44, Mark Thomas wrote:
>>> On 10/02/2011 13:04, Rainer Jung wrote:
Servlet 3 standardizes file uploads. It contains the ability to limit on
request size, pretty much the same as commons f
On 17.02.2011 11:58, Mark Thomas wrote:
On 17/02/2011 10:41, Mark Thomas wrote:
On 17/02/2011 10:30, Rainer Jung wrote:
On 10.02.2011 18:44, Mark Thomas wrote:
On 10/02/2011 13:04, Rainer Jung wrote:
Servlet 3 standardizes file uploads. It contains the ability to limit on
request size, pretty
I get test suite failures for TC 7 right now. I'm not sure whether it is
because I changed my testing environment, but the failure seems to be
pretty special, namely a NullPointerException in
MBeanUtils.createObjectName() line 532.
I added some logging and the reason is, that the host returned
2011/2/17 Rainer Jung :
> I get test suite failures for TC 7 right now. I'm not sure whether it is
> because I changed my testing environment, but the failure seems to be pretty
> special, namely a NullPointerException in MBeanUtils.createObjectName() line
> 532.
>
I have an old working copy (upda
On 17/02/2011 12:02, Konstantin Kolinko wrote:
> 2011/2/17 Rainer Jung :
>> I get test suite failures for TC 7 right now. I'm not sure whether it is
>> because I changed my testing environment, but the failure seems to be pretty
>> special, namely a NullPointerException in MBeanUtils.createObjectNa
Author: markt
Date: Thu Feb 17 12:10:32 2011
New Revision: 1071591
URL: http://svn.apache.org/viewvc?rev=1071591&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties
Modified: tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.propertie
Author: markt
Date: Thu Feb 17 12:11:36 2011
New Revision: 1071592
URL: http://svn.apache.org/viewvc?rev=1071592&view=rev
Log:
Typo? Copy and paste error?
Modified:
tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties
Modified: tomcat/trunk/java/org/apache/catalina/deploy/Loc
On 17/02/2011 12:06, Mark Thomas wrote:
> On 17/02/2011 12:02, Konstantin Kolinko wrote:
>> 2011/2/17 Rainer Jung :
>>> I get test suite failures for TC 7 right now. I'm not sure whether it is
>>> because I changed my testing environment, but the failure seems to be pretty
>>> special, namely a Nul
Author: markt
Date: Thu Feb 17 13:10:36 2011
New Revision: 1071601
URL: http://svn.apache.org/viewvc?rev=1071601&view=rev
Log:
Fix NPEs on shutdown. Loop is prevented above when the child is removed.
Modified:
tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java
Modified: tomcat/tru
Author: markt
Date: Thu Feb 17 14:04:37 2011
New Revision: 1071614
URL: http://svn.apache.org/viewvc?rev=1071614&view=rev
Log:
Remove unnecessary code.
I don't see a code path that could result in the socket being in the map at
this point
Modified:
tomcat/trunk/java/org/apache/coyote/http11/
Author: markt
Date: Thu Feb 17 14:11:41 2011
New Revision: 1071617
URL: http://svn.apache.org/viewvc?rev=1071617&view=rev
Log:
Remove unnecessary code.
I don't see a code path that could result in the socket being in the map at
this point
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/Ajp
https://issues.apache.org/bugzilla/show_bug.cgi?id=50780
--- Comment #3 from Mark Thomas 2011-02-17 09:18:17 EST ---
Yes it does still happen with 7.0.8 and is specific to the APR implementation
of the AJP connector. Testing a fix now...
--
Configure bugmail: https://issues.apache.org/bugzilla/
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "DocumentInOtherLanguages" page has been changed by huyuchengus.
http://wiki.apache.org/tomcat/DocumentInOtherLanguages?action=diff&rev1=4&rev2=5
---
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "DocumentInOtherLanguages" page has been changed by huyuchengus.
http://wiki.apache.org/tomcat/DocumentInOtherLanguages?action=diff&rev1=5&rev2=6
---
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Tomcat 中文文档" page has been changed by huyuchengus.
http://wiki.apache.org/tomcat/Tomcat%20%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3
--
N
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Tomcat 中文文档" page has been changed by huyuchengus.
http://wiki.apache.org/tomcat/Tomcat%20%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3?action=diff&rev1=1&rev2=2
---
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Tomcat 中文文档" page has been changed by huyuchengus.
http://wiki.apache.org/tomcat/Tomcat%20%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3?action=diff&rev1=2&rev2=3
---
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.
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "DocumentInOtherLanguages" page has been changed by markt.
The comment on this change is: Remove http://tomcat.jaxmao.org/ - currently
breaching ASF trademarks. Can be added back wh
On 17/02/2011 15:07, Apache Wiki wrote:
> Dear Wiki user,
>
> You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for
> change notification.
>
> The "Tomcat 中文文档" page has been changed by huyuchengus.
> http://wiki.apache.org/tomcat/Tomcat%20%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3?
Hi,
Thanks for your recent updates to:
http://wiki.apache.org/tomcat/Tomcat%20%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3
All changes to the wiki are reviewed by the Tomcat developer community
and a number of factual errors were discovered in this page:
Apache Tomcat is not a Jakarta sub-project and ha
Author: markt
Date: Thu Feb 17 16:08:08 2011
New Revision: 1071671
URL: http://svn.apache.org/viewvc?rev=1071671&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50780
Fix memory leak in APR implementation of AJP connector introduced by the
refactoring for bug 49884
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50780
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: fhanik
Date: Thu Feb 17 16:23:44 2011
New Revision: 1071677
URL: http://svn.apache.org/viewvc?rev=1071677&view=rev
Log:
Correctly use the readFully method. Add a utility method to sort absolute order
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/group/AbsoluteOrder.java
t
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Tomcat 安装/使用" page has been changed by huyuchengus.
http://wiki.apache.org/tomcat/Tomcat%20%E5%AE%89%E8%A3%85/%E4%BD%BF%E7%94%A8
--
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Tomcat 安装/使用" page has been changed by huyuchengus.
http://wiki.apache.org/tomcat/Tomcat%20%E5%AE%89%E8%A3%85/%E4%BD%BF%E7%94%A8?action=diff&rev1=1&rev2=2
-
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "huyuchengus" page has been changed by huyuchengus.
http://wiki.apache.org/tomcat/huyuchengus
--
New page:
##language:en
== YUCHENG
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Category:OSS Tomcat" page has been changed by huyuchengus.
http://wiki.apache.org/tomcat/Category%3AOSS%20Tomcat
--
New page:
OSS 计
On 2/17/2011 4:41 AM, Mark Thomas wrote:
>
> I'm not particularly comfortable with this. I'm having a hard time
> coming up with a use case where some requests are swallowed and some are
> not. I think I'd prefer a per Connector or per Context attribute. I need
> to read the right part of the HTTP
Author: fhanik
Date: Thu Feb 17 18:16:22 2011
New Revision: 1071734
URL: http://svn.apache.org/viewvc?rev=1071734&view=rev
Log:
Update version numbers
Modified:
tomcat/trunk/modules/jdbc-pool/ (props changed)
tomcat/trunk/modules/jdbc-pool/.classpath
tomcat/trunk/modules/jdbc-pool/
https://issues.apache.org/bugzilla/show_bug.cgi?id=50802
Summary: Deviation from servlet3 spec concerning resource
lookup from META-INF/resources
Product: Tomcat 7
Version: 7.0.8
Platform: PC
OS/Version: Linux
Statu
Author: fhanik
Date: Thu Feb 17 18:22:23 2011
New Revision: 1071735
URL: http://svn.apache.org/viewvc?rev=1071735&view=rev
Log:
ignore list
Modified:
tomcat/trunk/modules/jdbc-pool/ (props changed)
Propchange: tomcat/trunk/modules/jdbc-pool/
https://issues.apache.org/bugzilla/show_bug.cgi?id=50802
--- Comment #1 from Sander Sõnajalg 2011-02-17
13:25:14 EST ---
Mm, i forgot to mention: the static resource serving itself is working okay. If
you make queries to URLs "/webstart/test1.txt" and "/webstart/test2.txt" they
are okay. Only th
https://issues.apache.org/bugzilla/show_bug.cgi?id=50802
--- Comment #2 from Mark Thomas 2011-02-17 13:28:23 EST ---
(In reply to comment #1)
> I know I'm now violating the "one-bug-per-report" rule and you can just ignore
> this if that's important or whatever, but I've also noticed that when I
2011/2/17 :
> Author: fhanik
> Date: Thu Feb 17 18:22:23 2011
> New Revision: 1071735
>
> URL: http://svn.apache.org/viewvc?rev=1071735&view=rev
> Log:
> ignore list
>
> Modified:
> tomcat/trunk/modules/jdbc-pool/ (props changed)
>
> Propchange: tomcat/trunk/modules/jdbc-pool/
> -
https://issues.apache.org/bugzilla/show_bug.cgi?id=50803
Summary: ServletException.getRootCause() does not return the
LoginException thrown by a JAAS login module
Product: Tomcat 7
Version: 7.0.8
Platform: PC
OS/Version: Linux
Author: fhanik
Date: Thu Feb 17 19:42:05 2011
New Revision: 1071757
URL: http://svn.apache.org/viewvc?rev=1071757&view=rev
Log:
Update ignore list with the full set
Modified:
tomcat/trunk/modules/jdbc-pool/ (props changed)
Propchange: tomcat/trunk/modules/jdbc-pool/
--
On 02/17/2011 11:50 AM, Konstantin Kolinko wrote:
-build.properties
-includes
-output
done
thanks
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
https://issues.apache.org/bugzilla/show_bug.cgi?id=50803
--- Comment #1 from Konstantin Kolinko 2011-02-17
14:55:09 EST ---
What is stack trace of that exception? Where is it thrown from?
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving
https://issues.apache.org/bugzilla/show_bug.cgi?id=50804
Summary: tomcat6 webpage link to javadocs broken
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority:
Author: markt
Date: Thu Feb 17 20:38:49 2011
New Revision: 1071774
URL: http://svn.apache.org/viewvc?rev=1071774&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50802
Ensure that ServletContext.getResourcePaths() includes static resources
packaged in JAR files in its output.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50802
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50803
--- Comment #2 from Patrik Varga 2011-02-17 15:39:03
EST ---
Created an attachment (id=26676)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26676)
stack trace and output
See attached stack trace and output when called from a
https://issues.apache.org/bugzilla/show_bug.cgi?id=50803
--- Comment #3 from Konstantin Kolinko 2011-02-17
16:07:16 EST ---
stack trace:
javax.servlet.ServletException: Login failed
at
org.apache.catalina.authenticator.AuthenticatorBase.doLogin(AuthenticatorBase.java:796)
at
org.apache.c
https://issues.apache.org/bugzilla/show_bug.cgi?id=50803
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Feb 17 23:08:43 2011
New Revision: 1071830
URL: http://svn.apache.org/viewvc?rev=1071830&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50804
Update Servlet 2.5 and JSP 2.1 Javadoc links
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
https://issues.apache.org/bugzilla/show_bug.cgi?id=50804
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50775
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50737
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50805
Summary: Leak & Performance issue of getConnectionAsync()
Product: Tomcat Modules
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
60 matches
Mail list logo