Author: kkolinko
Date: Mon Nov 7 08:25:02 2011
New Revision: 1198640
URL: http://svn.apache.org/viewvc?rev=1198640&view=rev
Log:
Restore handleQueryParameters() call that was lost in r1189882
This is not covered by our tests.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/Parameters
Author: kkolinko
Date: Mon Nov 7 08:26:42 2011
New Revision: 1198641
URL: http://svn.apache.org/viewvc?rev=1198641&view=rev
Log:
Merged revision 1198640 from tomcat/trunk:
Restore handleQueryParameters() call that was lost in r1189882
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tom
Author: kkolinko
Date: Mon Nov 7 08:30:06 2011
New Revision: 1198649
URL: http://svn.apache.org/viewvc?rev=1198649&view=rev
Log:
Add note
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
2011/11/7 :
> Author: kkolinko
> Date: Mon Nov 7 08:25:02 2011
> New Revision: 1198640
>
> URL: http://svn.apache.org/viewvc?rev=1198640&view=rev
> Log:
> Restore handleQueryParameters() call that was lost in r1189882
> This is not covered by our tests.
>
> Modified:
> tomcat/trunk/java/org/ap
How do I unsubscribe
2011/11/7 joshua.morris1 :
> How do I unsubscribe
>
>
http://www.apache.org/foundation/mailinglists.html
Send a short plain text e-mail to the unsubscription address mentioned here:
http://tomcat.apache.org/lists.html
You will receive a confirmation e-mail. You should reply to it to
confirm unsu
Author: kkolinko
Date: Mon Nov 7 09:42:55 2011
New Revision: 1198677
URL: http://svn.apache.org/viewvc?rev=1198677&view=rev
Log:
Add constants for the request attribute names used by Comet and Sendfile
support.
Modified:
tomcat/trunk/java/org/apache/catalina/Globals.java
Modified: tomcat/t
Author: kkolinko
Date: Mon Nov 7 10:46:14 2011
New Revision: 1198696
URL: http://svn.apache.org/viewvc?rev=1198696&view=rev
Log:
Introduce new request attribute to be used to mark request if there was a
failure during parameter parsing,
and a Filter that triggers parameter parsing and rejects re
Author: kkolinko
Date: Mon Nov 7 11:30:51 2011
New Revision: 1198707
URL: http://svn.apache.org/viewvc?rev=1198707&view=rev
Log:
Followup to r1198696:
- Fix bug in Request#parseParameters():
Forgot to flag the main use case of parsing POST parameters as successful.
- Update comment in FailedReque
Hi!
In trunk I committed a new feature: request attribute that is set if
there were problems during parameter parsing and FailedRequestFilter -
filter that rejects requests if that request attribute is set.
I would like this to be ported to TC7 and earlier versions up to 5.5,
but will wait a whil
2011/11/6 Konstantin Kolinko :
> 2011/11/6 Mark Thomas :
>>
>> I'm in two minds whether to apply this patch before or after the 7.0.23
>> tag. There are clearly issues here that need fixing but the patch is
>> quite invasive. I'm leaning towards tagging after the patch is applied.
>> Thoughts?
>>
>
2011/11/7 Konstantin Kolinko :
> Hi!
>
> In trunk I committed a new feature: request attribute that is set if
> there were problems during parameter parsing and FailedRequestFilter -
> filter that rejects requests if that request attribute is set.
>
> I would like this to be ported to TC7 and earli
Hi!
trunk@1198734, JDK 6u29, WinXP
Using a zipped copy of examples webapp, named "examples3.war"
Logs use org.apache.juli.OneLineFormatter
The FailedContext patch is not applied. (Deleted all /classes and all
jars and recompiled - problem reproducible).
Steps to reproduce:
1. Login to the manag
Author: olamy
Date: Mon Nov 7 14:06:26 2011
New Revision: 1198740
URL: http://svn.apache.org/viewvc?rev=1198740&view=rev
Log:
[MTOMCAT-100] support war overlay to add war external dependencies in tomcat run
avoid duplicate jars in the webappclassloader: can cause issues with struts2
Modified:
[
https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145512#comment-13145512
]
Hudson commented on MTOMCAT-100:
Integrated in TomcatMavenPlugin #62 (See
[https://build
https://issues.apache.org/bugzilla/show_bug.cgi?id=52148
Bug #: 52148
Summary: Missing jars in catalina-tasks.xml
Product: Tomcat 7
Version: 7.0.22
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
https://issues.apache.org/bugzilla/show_bug.cgi?id=52148
--- Comment #1 from Volker Krebs 2011-11-07 15:10:58 UTC
---
It's like Bug 51621
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee f
Hi Konstantin,
On 07.11.2011 02:46, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Mon Nov 7 10:46:14 2011
> New Revision: 1198696
>
> URL: http://svn.apache.org/viewvc?rev=1198696&view=rev
> Log:
> Introduce new request attribute to be used to mark request if there was a
> failure durin
https://issues.apache.org/bugzilla/show_bug.cgi?id=51653
--- Comment #8 from Eitan Suez 2011-11-07 17:31:41 UTC
---
(In reply to comment #7)
> Did you just pick a bug at random and add your comments?
>
no.
> Please join the Tomcat Users mailing list and ask for help there - Bugzilla is
> not a
2011/11/7 Rainer Jung :
> Hi Konstantin,
>
> On 07.11.2011 02:46, kkoli...@apache.org wrote:
>> Author: kkolinko
>> Date: Mon Nov 7 10:46:14 2011
>> New Revision: 1198696
>>
>> URL: http://svn.apache.org/viewvc?rev=1198696&view=rev
>> Log:
>> Introduce new request attribute to be used to mark requ
Author: kkolinko
Date: Tue Nov 8 06:37:57 2011
New Revision: 1199122
URL: http://svn.apache.org/viewvc?rev=1199122&view=rev
Log:
Make configuration issue for CsrfPreventionFilter result
in the failure of the filter rather than just a warning message.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Author: kkolinko
Date: Tue Nov 8 07:43:58 2011
New Revision: 1199139
URL: http://svn.apache.org/viewvc?rev=1199139&view=rev
Log:
Make configuration issue for RemoteAddrValve, RemoteHostValve result
in the failure of the valve rather than just a warning message.
Ensure changes to the configuration
Author: kkolinko
Date: Tue Nov 8 07:51:38 2011
New Revision: 1199142
URL: http://svn.apache.org/viewvc?rev=1199142&view=rev
Log:
Remove veto because the patch was updated, add note
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.or
23 matches
Mail list logo