Author: kkolinko
Date: Thu Nov 17 07:55:08 2011
New Revision: 1203091
URL: http://svn.apache.org/viewvc?rev=1203091&view=rev
Log:
- Align %2f handling (aka CVE-2007-0450 fix) between implementations of
UDecoder.convert().
- Make convert(MessageBytes) to consistently throw an IOException, even if
On 17/11/2011 00:39, Konstantin Kolinko wrote:
> 2011/11/17 Mark Thomas :
>> On 06/11/2011 20:52, kkoli...@apache.org wrote:
>>> Author: kkolinko
>>> Date: Sun Nov 6 20:52:33 2011
>>> New Revision: 1198553
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1198553&view=rev
>>> Log:
>>> Merged revisions
https://issues.apache.org/bugzilla/show_bug.cgi?id=52191
--- Comment #2 from Mladen Turk 2011-11-17 07:34:49 UTC ---
Have you checked the latest trunk.
I added shmemName now has APP_POOL_ID which should allow more unique name.
Also could you explain the purpose of having multiple ISAPI redirecto
Author: kkolinko
Date: Thu Nov 17 07:25:21 2011
New Revision: 1203089
URL: http://svn.apache.org/viewvc?rev=1203089&view=rev
Log:
Update proposal: include recent fixes for Parameters and UDecoder
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http:/
Author: kkolinko
Date: Thu Nov 17 06:44:08 2011
New Revision: 1203080
URL: http://svn.apache.org/viewvc?rev=1203080&view=rev
Log:
Correct typo in a comment
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/UDecoder.java
Propchange: tom
Author: kkolinko
Date: Thu Nov 17 06:38:08 2011
New Revision: 1203078
URL: http://svn.apache.org/viewvc?rev=1203078&view=rev
Log:
Correct typo in a comment
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.jav
Author: kkolinko
Date: Thu Nov 17 06:35:18 2011
New Revision: 1203077
URL: http://svn.apache.org/viewvc?rev=1203077&view=rev
Log:
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/STATUS.txt?re
Author: kkolinko
Date: Thu Nov 17 05:25:06 2011
New Revision: 1203054
URL: http://svn.apache.org/viewvc?rev=1203054&view=rev
Log:
Merged revisions r1203047 r1203049 r1203052 from tomcat/trunk:
Reduce overhead from exception handling, using
ProxyDirContext.NOT_FOUND_EXCEPTION as an example.
Limit
Author: kkolinko
Date: Thu Nov 17 05:21:04 2011
New Revision: 1203052
URL: http://svn.apache.org/viewvc?rev=1203052&view=rev
Log:
Reduce overhead from exception handling, using
ProxyDirContext.NOT_FOUND_EXCEPTION as an example.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.
Author: kkolinko
Date: Thu Nov 17 05:05:17 2011
New Revision: 1203049
URL: http://svn.apache.org/viewvc?rev=1203049&view=rev
Log:
Small optimization.
Use findByte() instead of indexOf(). Implementation is the same, but it is more
fair to its arguments.
Limit second string scan using results from
Author: kkolinko
Date: Thu Nov 17 04:50:41 2011
New Revision: 1203047
URL: http://svn.apache.org/viewvc?rev=1203047&view=rev
Log:
Rearrange code. No functional change.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java
tomcat/trunk/java/org/apache/tomcat/util/http/Parame
2011/11/17 Mark Thomas :
> On 06/11/2011 20:52, kkoli...@apache.org wrote:
>> Author: kkolinko
>> Date: Sun Nov 6 20:52:33 2011
>> New Revision: 1198553
>>
>> URL: http://svn.apache.org/viewvc?rev=1198553&view=rev
>> Log:
>> Merged revisions r1197158, r1198552 from tomcat/trunk:
>> Add new attribu
Hey everyone,
As part of the HTTP connector refactoring that occurred in 7.0.21 (see
http://svn.apache.org/viewvc?diff_format=h&view=revision&revision=1158367) the
Connector behavior has changed when maxKeepAliveRequests is set to 0. In
Tomcat 7.0.20 and earlier, a setting of 0 would disable
[
https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151628#comment-13151628
]
William Ghelfi commented on MTOMCAT-106:
Thank you :)
At the moment I have to kee
[
https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151608#comment-13151608
]
Olivier Lamy commented on MTOMCAT-106:
--
ok. fyi You won't have this issue with 3.x
B
[
https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151599#comment-13151599
]
William Ghelfi commented on MTOMCAT-106:
Yep, 2.2.1
> tomcat7-ma
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by MattFogel:
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=383&rev2=384
Comment:
Adding some links for more info
=== Agendize ===
[
https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151588#comment-13151588
]
Olivier Lamy commented on MTOMCAT-106:
--
you are using mvn 2.x ?
> t
On 06/11/2011 20:52, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Sun Nov 6 20:52:33 2011
> New Revision: 1198553
>
> URL: http://svn.apache.org/viewvc?rev=1198553&view=rev
> Log:
> Merged revisions r1197158, r1198552 from tomcat/trunk:
> Add new attribute to AbstractEndpoint and use it
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by MattFogel:
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=382&rev2=383
Comment:
Adding Agendize to list
=== AccesStream ===
{{ht
OK, finally getting time to have another look at this...
https://issues.apache.org/bugzilla/show_bug.cgi?id=52191 summarises
the situation - basically the SHM filename used now is not unique
enough when there are multiple ISAPI Redirectors on a single website.
My current proposal is to use the ext
https://issues.apache.org/bugzilla/show_bug.cgi?id=52191
--- Comment #1 from Tim Whittington 2011-11-16 21:11:54 UTC
---
Created attachment 27960
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27960
Make shm filename unique based on extension_uri
Attached a patch for option 1, using
On 16/11/2011 20:38, Sylvain Laurent wrote:
>
> On 16 nov. 2011, at 21:34, Mark Thomas wrote:
>
>> On 16/11/2011 20:31, Sylvain Laurent wrote:
>>> Hello,
>>>
>>> To fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741
>>> (Eclipse WTP "Serve modules without publishing" broken with tc7), I
On 16 nov. 2011, at 21:34, Mark Thomas wrote:
> On 16/11/2011 20:31, Sylvain Laurent wrote:
>> Hello,
>>
>> To fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741
>> (Eclipse WTP "Serve modules without publishing" broken with tc7), I'd
>> like to enhance the existing
>> org.apache.namin
On 16/11/2011 20:31, Sylvain Laurent wrote:
> Hello,
>
> To fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741
> (Eclipse WTP "Serve modules without publishing" broken with tc7), I'd
> like to enhance the existing
> org.apache.naming.resources.VirtualDirContext with some features very
>
Hello,
To fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 (Eclipse WTP
"Serve modules without publishing" broken with tc7), I'd like to enhance the
existing org.apache.naming.resources.VirtualDirContext with some features very
much like in org.eclipse.jst.server.tomcat.loader.WtpDi
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/2525
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Wed Nov 16 19:56:08 2011
New Revision: 1202864
URL: http://svn.apache.org/viewvc?rev=1202864&view=rev
Log:
Adjust timing limits for new PING delay
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/comet/TestCometProcessor.j
Author: markt
Date: Wed Nov 16 19:51:14 2011
New Revision: 1202860
URL: http://svn.apache.org/viewvc?rev=1202860&view=rev
Log:
Adjust timing limits for new PING delay
Modified:
tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java
Modified: tomcat/trunk/test/org/apache/catalina
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/2524
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Wed Nov 16 18:45:42 2011
New Revision: 1202832
URL: http://svn.apache.org/viewvc?rev=1202832&view=rev
Log:
Increase time between PINGs in an attempt to reduce false test failures
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/cat
Author: markt
Date: Wed Nov 16 18:39:07 2011
New Revision: 1202828
URL: http://svn.apache.org/viewvc?rev=1202828&view=rev
Log:
Increase time between PINGs in an attempt to reduce false test failures
Modified:
tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java
Modified: tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=52184
Mark Thomas changed:
What|Removed |Added
OS/Version||All
--- Comment #1 from Mark Thomas
[
https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151396#comment-13151396
]
William Ghelfi commented on MTOMCAT-106:
Me too!
But due to my (great) lack of s
[
https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151378#comment-13151378
]
Olivier Lamy commented on MTOMCAT-106:
--
to prevent too much complicated xml configur
[
https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151357#comment-13151357
]
William Ghelfi edited comment on MTOMCAT-106 at 11/16/11 5:34 PM:
-
[
https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
William Ghelfi updated MTOMCAT-106:
---
Attachment: 0001-extraDependencies-didn-t-really-work-exiting-with-er.patch
For a prettified
[
https://issues.apache.org/jira/browse/MTOMCAT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151313#comment-13151313
]
Olivier Lamy commented on MTOMCAT-106:
--
please attach a patch file and check "Grant
tomcat7-maven-plugin extraDependency not working with class not found
-
Key: MTOMCAT-106
URL: https://issues.apache.org/jira/browse/MTOMCAT-106
Project: Apache Tomcat Maven Plugin
Author: rjung
Date: Wed Nov 16 16:10:56 2011
New Revision: 1202761
URL: http://svn.apache.org/viewvc?rev=1202761&view=rev
Log:
Vote.
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/STATUS.txt?rev=1202
Author: mturk
Date: Wed Nov 16 15:47:09 2011
New Revision: 1202748
URL: http://svn.apache.org/viewvc?rev=1202748&view=rev
Log:
Clean few extra unlonck macros with now extra retval
Modified:
tomcat/jk/trunk/native/common/jk_shm.c
Modified: tomcat/jk/trunk/native/common/jk_shm.c
URL:
http://s
Author: kkolinko
Date: Wed Nov 16 13:53:54 2011
New Revision: 1202712
URL: http://svn.apache.org/viewvc?rev=1202712&view=rev
Log:
update proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS
Author: kkolinko
Date: Wed Nov 16 13:51:31 2011
New Revision: 1202711
URL: http://svn.apache.org/viewvc?rev=1202711&view=rev
Log:
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/STATUS.txt?re
Author: kkolinko
Date: Wed Nov 16 13:47:29 2011
New Revision: 1202708
URL: http://svn.apache.org/viewvc?rev=1202708&view=rev
Log:
Merged revision 1202705 from tomcat/trunk:
Parameters.java:
- Fix regression in urldecoding of parameters that contain spaces
Patch by Willem Fibbe
TestParameters.java
Author: kkolinko
Date: Wed Nov 16 13:43:53 2011
New Revision: 1202705
URL: http://svn.apache.org/viewvc?rev=1202705&view=rev
Log:
Parameters.java:
- Fix regression in urldecoding of parameters that contain spaces
Patch by Willem Fibbe
TestParameters.java:
- Improve the test to cover parameters th
On 16.11.2011 12:41, Willem Fibbe wrote:
Hi,
With the HEAD revision of tc7.0.x/trunk I get that spaces are translated into +
symbols.
After binary searching which SVN rev in tomcat introduced this error, I found
the following:
- 1189876 correctly URL-decodes the + sign into a space
- 1189899
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
--- Comment #19 from Suresh Karuppannan 2011-11-16
12:06:59 UTC ---
+1, I'm looking into use it in our new product and I always prefer Tomcat.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You a
On 11/16/2011 10:05 AM, Konstantin Kolinko wrote:
2011/11/16:
I do not 100% understand this file, but it looks like it can be
replaced it with JK_OBJECTS.
Good catch. Fixed.
Cheers
--
^TM
-
To unsubscribe, e-mail: dev-unsu
Hi,
With the HEAD revision of tc7.0.x/trunk I get that spaces are translated into +
symbols.
After binary searching which SVN rev in tomcat introduced this error, I found
the following:
- 1189876 correctly URL-decodes the + sign into a space
- 1189899 doesn't URL-decode the + sign into a space
Author: mturk
Date: Wed Nov 16 11:35:44 2011
New Revision: 1202645
URL: http://svn.apache.org/viewvc?rev=1202645&view=rev
Log:
Make sure we have correct variable after jni removal
Modified:
tomcat/jk/trunk/native/netscape/Makefile.linux
Modified: tomcat/jk/trunk/native/netscape/Makefile.linu
2011/11/15 jean-frederic clere :
> The candidates binaries are available here:
> http://people.apache.org/~jfclere/tomcat-6/v6.0.34/
>
> According to the release process, the 6.0.34 build corresponding to the
> tag TOMCAT_6_0_34 is:
> [x] Broken
http://localhost:8080/examples/servlets/servlet/Requ
2011/11/16 :
> Author: mturk
> Date: Wed Nov 16 07:07:10 2011
> New Revision: 1202556
>
> URL: http://svn.apache.org/viewvc?rev=1202556&view=rev
> Log:
> Axe deprecated JNI references from more places
>
> Modified:
> tomcat/jk/trunk/native/README.txt
> tomcat/jk/trunk/native/TODO.txt
> to
Author: mturk
Date: Wed Nov 16 08:42:18 2011
New Revision: 1202585
URL: http://svn.apache.org/viewvc?rev=1202585&view=rev
Log:
No need for that many casts. Use simpler string api
Modified:
tomcat/jk/trunk/native/common/jk_ajp14.c
tomcat/jk/trunk/native/common/jk_ajp_common.c
tomcat/jk
Author: mturk
Date: Wed Nov 16 08:31:14 2011
New Revision: 1202582
URL: http://svn.apache.org/viewvc?rev=1202582&view=rev
Log:
Be more informative when logging message overflow
Modified:
tomcat/jk/trunk/native/common/jk_ajp_common.c
Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c
URL
Author: kkolinko
Date: Wed Nov 16 08:24:06 2011
New Revision: 1202579
URL: http://svn.apache.org/viewvc?rev=1202579&view=rev
Log:
Merged revision 1202578 from tomcat/trunk:
Followup to r1202565
Correct description for one of valves. (Already done for the second one).
Modified:
tomcat/tc7.0.x/
Author: kkolinko
Date: Wed Nov 16 08:22:02 2011
New Revision: 1202578
URL: http://svn.apache.org/viewvc?rev=1202578&view=rev
Log:
Followup to r1202565
Correct description for one of valves. (Already done for the second one).
Modified:
tomcat/trunk/java/org/apache/catalina/valves/mbeans-descri
Author: kkolinko
Date: Wed Nov 16 08:18:49 2011
New Revision: 1202577
URL: http://svn.apache.org/viewvc?rev=1202577&view=rev
Log:
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/STATUS.txt?re
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/2521
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: mturk
Date: Wed Nov 16 08:13:41 2011
New Revision: 1202576
URL: http://svn.apache.org/viewvc?rev=1202576&view=rev
Log:
Directly use dyn_alloc code in alloc function instead having separate function
Modified:
tomcat/jk/trunk/native/common/jk_pool.c
Modified: tomcat/jk/trunk/native/com
Author: kkolinko
Date: Wed Nov 16 08:02:09 2011
New Revision: 1202570
URL: http://svn.apache.org/viewvc?rev=1202570&view=rev
Log:
Merged revision 1202565 from tomcat/trunk:
Add "denyStatus" attribute to RequestFilterValve, RequestFilter.
Add overridable denyRequest() method to RequestFilterValve.
60 matches
Mail list logo