Author: kfujino
Date: Tue Nov 1 07:00:21 2011
New Revision: 1195848
URL: http://svn.apache.org/viewvc?rev=1195848&view=rev
Log:
When Context manager does not exist, no context manager message is replied in
order to avoid timeout (default 60 sec) of GET_ALL_SESSIONS sync phase.
Modified:
to
Author: mturk
Date: Tue Nov 1 07:01:29 2011
New Revision: 1195850
URL: http://svn.apache.org/viewvc?rev=1195850&view=rev
Log:
Refactor main filter handler. Do not limit the size of header data (fixes
BZ50233) by using jk_pool for huge headers
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_pl
Author: mturk
Date: Tue Nov 1 07:06:33 2011
New Revision: 1195851
URL: http://svn.apache.org/viewvc?rev=1195851&view=rev
Log:
Use only valid port numbers
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
URL:
http://svn.apache.org
Author: mturk
Date: Tue Nov 1 07:36:07 2011
New Revision: 1195856
URL: http://svn.apache.org/viewvc?rev=1195856&view=rev
Log:
Suppress size_t -> int warning
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
URL:
http://svn.apache.
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
Author: kkolinko
Date: Tue Nov 1 09:47:42 2011
New Revision: 1195899
URL: http://svn.apache.org/viewvc?rev=1195899&view=rev
Log:
Fix checkstyle validation for startup/catalina.properties:
validation runs before compile and the file must be copied before validation
runs.
Reconfigured the build so
Author: kkolinko
Date: Tue Nov 1 09:50:23 2011
New Revision: 1195900
URL: http://svn.apache.org/viewvc?rev=1195900&view=rev
Log:
Merged revision 1195899 from tomcat/trunk:
Fix checkstyle validation for startup/catalina.properties:
validation runs before compile and the file must be copied before
Author: kkolinko
Date: Tue Nov 1 09:59:13 2011
New Revision: 1195905
URL: http://svn.apache.org/viewvc?rev=1195905&view=rev
Log:
Followup to r1195531
Use standard Collections.enumeration() wrapper instead of our Enumerator class.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/Parame
Author: kkolinko
Date: Tue Nov 1 10:01:36 2011
New Revision: 1195909
URL: http://svn.apache.org/viewvc?rev=1195909&view=rev
Log:
Merged revision 1195905 from tomcat/trunk:
Followup to r1195531 (r1195537 in tc7)
Use standard Collections.enumeration() wrapper instead of our Enumerator class.
Modif
Author: kkolinko
Date: Tue Nov 1 11:10:25 2011
New Revision: 1195927
URL: http://svn.apache.org/viewvc?rev=1195927&view=rev
Log:
Remove proposal that was applied in r1195848
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewv
Author: kkolinko
Date: Tue Nov 1 12:03:49 2011
New Revision: 1195943
URL: http://svn.apache.org/viewvc?rev=1195943&view=rev
Log:
Followup to parameter parsing improvements.
urlDecode() sets bc.charset.
If decoding is skipped (because there is no '%' in the string) we shouldn't
forget to set the
Author: kkolinko
Date: Tue Nov 1 12:06:35 2011
New Revision: 1195944
URL: http://svn.apache.org/viewvc?rev=1195944&view=rev
Log:
Merged revision 1195943 from tomcat/trunk:
Followup to parameter parsing improvements.
urlDecode() sets bc.charset. If decoding is skipped (because there is no '%' in
Author: kkolinko
Date: Tue Nov 1 12:08:48 2011
New Revision: 1195946
URL: http://svn.apache.org/viewvc?rev=1195946&view=rev
Log:
Add a 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?
Author: kkolinko
Date: Tue Nov 1 12:13:43 2011
New Revision: 1195949
URL: http://svn.apache.org/viewvc?rev=1195949&view=rev
Log:
Followup to r1195943
Simplify code. Move toString() call out of urlDecode() method.
No functional change.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/P
Author: kkolinko
Date: Tue Nov 1 12:16:04 2011
New Revision: 1195951
URL: http://svn.apache.org/viewvc?rev=1195951&view=rev
Log:
Merged revision 1195949 from tomcat/trunk:
Followup to r1195943 (r1195944 in TC7)
Simplify code. Move toString() call out of urlDecode() method.
No functional change.
Author: markt
Date: Tue Nov 1 12:23:28 2011
New Revision: 1195953
URL: http://svn.apache.org/viewvc?rev=1195953&view=rev
Log:
Deprecate o.a.catalina.util.Enumerator and switch to
Collections.enumeration
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Request.java
tomcat/trunk/j
Author: markt
Date: Tue Nov 1 12:24:09 2011
New Revision: 1195954
URL: http://svn.apache.org/viewvc?rev=1195954&view=rev
Log:
Remove unused code
Removed:
tomcat/trunk/java/org/apache/catalina/util/Enumerator.java
-
To unsu
Author: markt
Date: Tue Nov 1 12:24:53 2011
New Revision: 1195955
URL: http://svn.apache.org/viewvc?rev=1195955&view=rev
Log:
Deprecate o.a.jasper.util.Enumerator. Use Collections.enumeration()
Modified:
tomcat/trunk/java/org/apache/jasper/runtime/JspContextWrapper.java
tomcat/trunk/java
Author: markt
Date: Tue Nov 1 12:25:29 2011
New Revision: 1195956
URL: http://svn.apache.org/viewvc?rev=1195956&view=rev
Log:
Remove unused code
Removed:
tomcat/trunk/java/org/apache/jasper/util/Enumerator.java
-
To unsubs
Author: markt
Date: Tue Nov 1 12:37:24 2011
New Revision: 1195962
URL: http://svn.apache.org/viewvc?rev=1195962&view=rev
Log:
Deprecate use of o.a.[catalina|jasper].util.enumeration and replace with
Collections.enumeration
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x
Author: markt
Date: Tue Nov 1 12:40:04 2011
New Revision: 1195965
URL: http://svn.apache.org/viewvc?rev=1195965&view=rev
Log:
Clarify behaviour if limit is reached
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache
Author: markt
Date: Tue Nov 1 12:41:44 2011
New Revision: 1195967
URL: http://svn.apache.org/viewvc?rev=1195967&view=rev
Log:
Clarify behaviour if limit is reached
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml
Propchange: tomcat/tc7.
Author: markt
Date: Tue Nov 1 12:49:53 2011
New Revision: 1195968
URL: http://svn.apache.org/viewvc?rev=1195968&view=rev
Log:
Extend the parameter limits to multi-part processing
Modified:
tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties
tomcat/trunk/java/org/apach
Author: markt
Date: Tue Nov 1 13:09:56 2011
New Revision: 1195977
URL: http://svn.apache.org/viewvc?rev=1195977&view=rev
Log:
Extend the parameter limits to multi-part processing
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/Lo
Author: markt
Date: Tue Nov 1 13:26:21 2011
New Revision: 1195987
URL: http://svn.apache.org/viewvc?rev=1195987&view=rev
Log:
Update to latest jdbc-pool changes
Modified:
tomcat/tc7.0.x/trunk/modules/ (props changed)
Propchange: tomcat/tc7.0.x/trunk/modules/
--
It is that time again. I plan to tag 7.0.23 later today once I have run
the unit tests and the TCKs to check all is well.
If you have anything you want to get into this release, now is the time
to commit it.
Cheers,
Mark
-
To u
https://issues.apache.org/bugzilla/show_bug.cgi?id=52119
Bug #: 52119
Summary: Add Diablo JDK to default JDK location search path
Product: Tomcat Native
Version: 1.1.22
Platform: PC
OS/Version: FreeBSD
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=52119
--- Comment #1 from Michael Osipov <1983-01...@gmx.net> 2011-11-01 14:14:17 UTC
---
Created attachment 27884
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27884
Patch for tcnative.m4
--
Configure bugmail: https://issues.apach
2011/11/1 Mark Thomas :
> It is that time again. I plan to tag 7.0.23 later today once I have run
> the unit tests and the TCKs to check all is well.
>
> If you have anything you want to get into this release, now is the time
> to commit it.
1) Re: http://svn.apache.org/viewvc?view=revision&revisi
Author: mturk
Date: Tue Nov 1 14:33:14 2011
New Revision: 1196019
URL: http://svn.apache.org/viewvc?rev=1196019&view=rev
Log:
Escaped uri can in theory have max 3 times the original size. No need for extra
alloc
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
Modified: tomcat/jk/tru
Author: mturk
Date: Tue Nov 1 16:07:10 2011
New Revision: 1196077
URL: http://svn.apache.org/viewvc?rev=1196077&view=rev
Log:
Axe trailing spaces
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
URL:
http://svn.apache.org/viewvc/
Author: mturk
Date: Tue Nov 1 16:09:50 2011
New Revision: 1196081
URL: http://svn.apache.org/viewvc?rev=1196081&view=rev
Log:
Axe old default value. extension_uri param is required, so no point to have
default value
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
Modified: tomcat/jk
Author: mturk
Date: Tue Nov 1 16:39:24 2011
New Revision: 1196108
URL: http://svn.apache.org/viewvc?rev=1196108&view=rev
Log:
Fix log line endings. Having CR LF appended results in CR CR LF to get written.
MSVCRT automatically sets CRLF instead LF unless the file is opened in binary
mode
Modif
https://issues.apache.org/bugzilla/show_bug.cgi?id=50233
Mladen Turk changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: mturk
Date: Tue Nov 1 17:17:22 2011
New Revision: 1196151
URL: http://svn.apache.org/viewvc?rev=1196151&view=rev
Log:
Mark BZ50233 as fixed
Modified:
tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL:
http://svn.apache
2011/11/1 :
> Author: mturk
> Date: Tue Nov 1 16:07:10 2011
> New Revision: 1196077
>
> URL: http://svn.apache.org/viewvc?rev=1196077&view=rev
> Log:
> Axe trailing spaces
>
> Modified:
> tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
>
> Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
>
Author: kkolinko
Date: Tue Nov 1 18:06:16 2011
New Revision: 1196175
URL: http://svn.apache.org/viewvc?rev=1196175&view=rev
Log:
Make sure that ISE thrown by parseParts() or by addParameter() is remembered
and rethrown when getParts() is called.
Modified:
tomcat/trunk/java/org/apache/catali
Author: kkolinko
Date: Tue Nov 1 18:09:00 2011
New Revision: 1196177
URL: http://svn.apache.org/viewvc?rev=1196177&view=rev
Log:
Merged revision 1196175 from tomcat/trunk:
Make sure that ISE thrown by parseParts() or by addParameter() is remembered
and rethrown when getParts() is called.
Modifi
Author: olamy
Date: Tue Nov 1 18:10:01 2011
New Revision: 1196179
URL: http://svn.apache.org/viewvc?rev=1196179&view=rev
Log:
[MTOMCAT-103] Executable War fails to run with a NullPointerException
do not record jar entry starting with / remove it.
Modified:
tomcat/maven-plugin/trunk/tomcat7-
[
https://issues.apache.org/jira/browse/MTOMCAT-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy closed MTOMCAT-103.
Resolution: Fixed
should be fixed now. issue with path started with /
If you still have issues add
[
https://issues.apache.org/jira/browse/MTOMCAT-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141419#comment-13141419
]
Hudson commented on MTOMCAT-103:
Integrated in TomcatMavenPlugin #56 (See
[https://build
[
https://issues.apache.org/jira/browse/MTOMCAT-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141454#comment-13141454
]
Keith Corbin commented on MTOMCAT-103:
--
That fixed it for me. Thanks so much for yo
Author: kkolinko
Date: Tue Nov 1 19:04:36 2011
New Revision: 1196212
URL: http://svn.apache.org/viewvc?rev=1196212&view=rev
Log:
Add additional state in HTTP Nio connector non-blocking HTTP headers parsing
as a self-guard against unexpected call to parseHeaders() after the parsing has
already be
Author: kkolinko
Date: Tue Nov 1 19:17:39 2011
New Revision: 1196223
URL: http://svn.apache.org/viewvc?rev=1196223&view=rev
Log:
Alternative implementation for r1196212 that covers all HTTP connectors.
Self-guard against unexpected call to parseHeaders() after the parsing has
already been comple
Author: kkolinko
Date: Tue Nov 1 19:29:30 2011
New Revision: 1196231
URL: http://svn.apache.org/viewvc?rev=1196231&view=rev
Log:
Merged revisions r1196212 r1196223 from tomcat/trunk:
Implement self-guard against unexpected call to parseHeaders() after the
parsing has already been completed
with
On 01/11/2011 14:16, Konstantin Kolinko wrote:
> 2011/11/1 Mark Thomas :
>> It is that time again. I plan to tag 7.0.23 later today once I have run
>> the unit tests and the TCKs to check all is well.
>>
>> If you have anything you want to get into this release, now is the time
>> to commit it.
>
On 01/11/2011 19:42, Mark Thomas wrote:
> On 01/11/2011 14:16, Konstantin Kolinko wrote:
>> 2) http://markmail.org/message/5k4urwimvvmeqees
>
> I'll see if I can get that fixed too.
Hmm. The problem here is that the context.xml files are registered as
resources that trigger reload rather than red
Author: mturk
Date: Tue Nov 1 21:39:41 2011
New Revision: 1196297
URL: http://svn.apache.org/viewvc?rev=1196297&view=rev
Log:
Use size_t since we call the functions mostly with sizeof param. No functional
change
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
Modified: tomcat/jk/tru
Author: mturk
Date: Tue Nov 1 21:48:06 2011
New Revision: 1196303
URL: http://svn.apache.org/viewvc?rev=1196303&view=rev
Log:
Passing pointer to pointer and then getting its value just make no sense.
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
Modified: tomcat/jk/trunk/native/iis
Author: markt
Date: Tue Nov 1 21:50:53 2011
New Revision: 1196304
URL: http://svn.apache.org/viewvc?rev=1196304&view=rev
Log:
Clarify behaviour if limit is reached
Modified:
tomcat/trunk/webapps/docs/config/ajp.xml
Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL:
http://svn.apache.o
Author: markt
Date: Tue Nov 1 21:51:32 2011
New Revision: 1196305
URL: http://svn.apache.org/viewvc?rev=1196305&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52113
Don't assume presence of context.xml file with JMX deployment
Modified:
tomcat/trunk/java/org/apache/cata
2011/11/1 Mark Thomas :
> On 01/11/2011 14:16, Konstantin Kolinko wrote:
>>
>> 1) Re: http://svn.apache.org/viewvc?view=revision&revision=1195965
>
>> Is it possible to throw a runtime exception from parseParameters()
>> when the limit is reached instead of dropping the parameters, or you
>> think
Author: markt
Date: Tue Nov 1 22:01:04 2011
New Revision: 1196314
URL: http://svn.apache.org/viewvc?rev=1196314&view=rev
Log:
Clarify behaviour if limit is reached
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml
Propchange: tomcat/tc7.0
2011/11/2 Konstantin Kolinko :
> 2011/11/1 Mark Thomas :
>> On 01/11/2011 14:16, Konstantin Kolinko wrote:
>>>
>>> 1) Re: http://svn.apache.org/viewvc?view=revision&revision=1195965
>>
>>> Is it possible to throw a runtime exception from parseParameters()
>>> when the limit is reached instead of dr
Author: markt
Date: Tue Nov 1 22:05:15 2011
New Revision: 1196316
URL: http://svn.apache.org/viewvc?rev=1196316&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52113
Don't assume presence of context.xml file with JMX deployment
Modified:
tomcat/tc7.0.x/trunk/ (props ch
https://issues.apache.org/bugzilla/show_bug.cgi?id=52113
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52121
Bug #: 52121
Summary: corrupt gzip output when compression=on in server.xml
Product: Tomcat 7
Version: 7.0.22
Platform: PC
OS/Version: Linux
Status: NEW
Se
On 01/11/2011 22:01, Konstantin Kolinko wrote:
> 2011/11/2 Konstantin Kolinko :
>> 2011/11/1 Mark Thomas :
>>> My current thinking is to add redeployResoucre and reloadResource to
>>> Context and deprecate watchedResource, making it a synonym for
>>> reloadResource. Thoughts? (I haven't tested this
https://issues.apache.org/bugzilla/show_bug.cgi?id=52121
--- Comment #1 from David Marcks 2011-11-01 22:18:25 UTC
---
Created attachment 27887
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27887
Isolated Reproduction without using Tomcat
--
Configure bugmail: https://issues.apache
2011/11/2 Mark Thomas :
> On 01/11/2011 22:01, Konstantin Kolinko wrote:
>> 2011/11/2 Konstantin Kolinko :
>>> 2011/11/1 Mark Thomas :
My current thinking is to add redeployResoucre and reloadResource to
Context and deprecate watchedResource, making it a synonym for
reloadResource. T
On 01/11/2011 22:31, Konstantin Kolinko wrote:
> 2011/11/2 Mark Thomas :
>> On 01/11/2011 22:01, Konstantin Kolinko wrote:
>>> 2011/11/2 Konstantin Kolinko :
2011/11/1 Mark Thomas :
> My current thinking is to add redeployResoucre and reloadResource to
> Context and deprecate watchedRe
On 01/11/2011 22:39, Mark Thomas wrote:
> Changes to any context.xml have to trigger a redeploy else they won't
> take effect as no new Context object will be created.
My first stab at a patch for this is at [1]. Comments welcome.
The one thing I don't like is that a change to conf/context.xml th
2011/11/2 Mark Thomas :
> On 01/11/2011 22:39, Mark Thomas wrote:
>> Changes to any context.xml have to trigger a redeploy else they won't
>> take effect as no new Context object will be created.
>
> My first stab at a patch for this is at [1]. Comments welcome.
>
> The one thing I don't like is th
64 matches
Mail list logo