Author: jfclere
Date: Thu Jul 21 07:29:08 2011
New Revision: 1149052
URL: http://svn.apache.org/viewvc?rev=1149052&view=rev
Log:
Fix for the weird: (on macosx).
+++
java.lang.Exception: Unable to load certificate key newkey.pem
(error:0906B072:PEM routines:PEM_get_EVP_CIPHER_INFO:unsupported encr
Author: jfclere
Date: Thu Jul 21 09:04:56 2011
New Revision: 1149082
URL: http://svn.apache.org/viewvc?rev=1149082&view=rev
Log:
macosx openssl needs more :-(
Modified:
tomcat/native/branches/1.1.x/native/src/ssl.c
Modified: tomcat/native/branches/1.1.x/native/src/ssl.c
URL:
http://svn.apac
Author: jfclere
Date: Thu Jul 21 09:40:03 2011
New Revision: 1149092
URL: http://svn.apache.org/viewvc?rev=1149092&view=rev
Log:
Fix for 51056. remove SSLv2 from all.
Needs native 1.1.21.
Now to allow SSLv2 you have to use:
SSLProtocol="SSLv2+SSLv3" for example.
Modified:
tomcat/trunk/java/or
Author: jfclere
Date: Thu Jul 21 09:56:43 2011
New Revision: 1149093
URL: http://svn.apache.org/viewvc?rev=1149093&view=rev
Log:
Fix for 51056.
Modified:
tomcat/native/branches/1.1.x/native/src/sslcontext.c
Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c
URL:
http://svn.apach
https://issues.apache.org/bugzilla/show_bug.cgi?id=51056
jfclere changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|
Author: kkolinko
Date: Thu Jul 21 10:25:17 2011
New Revision: 1149099
URL: http://svn.apache.org/viewvc?rev=1149099&view=rev
Log:
AccessLogValve and FileHandler improvements
Fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=46252
It is backport of r1145200, r1145237, r1145268
* AccessLogVa
https://issues.apache.org/bugzilla/show_bug.cgi?id=46252
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: kkolinko
Date: Thu Jul 21 10:52:46 2011
New Revision: 1149104
URL: http://svn.apache.org/viewvc?rev=1149104&view=rev
Log:
Trivial improvements to access log valve docs. Fix typos noted by André Warnier.
Modified:
tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java
tom
Author: kkolinko
Date: Thu Jul 21 11:08:23 2011
New Revision: 1149118
URL: http://svn.apache.org/viewvc?rev=1149118&view=rev
Log:
Improve wording in a message and in one entry in changelog.
Modified:
tomcat/trunk/test/org/apache/tomcat/util/scan/TestJarScanner.java
tomcat/trunk/webapps/do
2011/7/19 Rainer Jung :
> On 14.07.2011 12:08, Konstantin Kolinko wrote:
>>
>> It would be nice to add a Test to our testsuite to test that any
>> ".jar" in this property value is followed by comma:
>> either by (optional spaces and comma) or by (end of line).
>
> I added some test cases in r114824
https://issues.apache.org/bugzilla/show_bug.cgi?id=51508
--- Comment #2 from Konstantin Kolinko 2011-07-21
11:24:24 UTC ---
Thank you for the explanation. I see now that this feature is mentioned in
section 3. several rimes as well,
e.g. in JSP.3.3.1 "The properties (...): * Indicate that a res
2011/7/19 :
> Author: jfclere
> Date: Tue Jul 19 08:06:46 2011
> New Revision: 1148216
>
> URL: http://svn.apache.org/viewvc?rev=1148216&view=rev
> Log:
> Fix for PR49595
>
> Modified:
> tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
>
> --- tomcat/trunk/java/org/apache/coyote/aj
Author: kkolinko
Date: Thu Jul 21 11:35:56 2011
New Revision: 1149130
URL: http://svn.apache.org/viewvc?rev=1149130&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=11
Author: markt
Date: Thu Jul 21 13:20:40 2011
New Revision: 1149166
URL: http://svn.apache.org/viewvc?rev=1149166&view=rev
Log:
Promote the Set Character Encoding filter to the filters package so it is more
widely available.
Added:
tomcat/trunk/java/org/apache/catalina/filters/SetCharacterEn
On 07/21/2011 01:34 PM, Konstantin Kolinko wrote:
2011/7/19:
Author: jfclere
Date: Tue Jul 19 08:06:46 2011
New Revision: 1148216
URL: http://svn.apache.org/viewvc?rev=1148216&view=rev
Log:
Fix for PR49595
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
--- tomca
Author: markt
Date: Thu Jul 21 13:29:01 2011
New Revision: 1149172
URL: http://svn.apache.org/viewvc?rev=1149172&view=rev
Log:
Improve i18n support.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/host-manager/WEB-INF/web.xml
tomcat/trunk/webapps/manager/WEB-INF
Why is this change needed? Look around current line 139, which already
handles that case. All the options are set there and the code before
your change mimics the code in httpd. I tested it recently and thought
it's correct for all protocol settings.
Regards,
Rainer
On 21.07.2011 11:56, jfcl...@
Author: markt
Date: Thu Jul 21 15:23:11 2011
New Revision: 1149220
URL: http://svn.apache.org/viewvc?rev=1149220&view=rev
Log:
Fix path parameter handling. Prevent the following URL failing with a 404:
http://localhost:8080/examples/jsp/snp;x=y/snoop.jsp
Patch by kkolinko
Modified:
tomcat/tc
Author: jfclere
Date: Thu Jul 21 15:40:33 2011
New Revision: 1149232
URL: http://svn.apache.org/viewvc?rev=1149232&view=rev
Log:
Rollback 1149082 in fact it seems the default engine was not loaded...
Add that caused:
+++
java.lang.Exception: Unable to load certificate key newkey.pem
(error:0906B0
On 07/21/2011 03:55 PM, Rainer Jung wrote:
Why is this change needed? Look around current line 139, which already
handles that case. All the options are set there and the code before
your change mimics the code in httpd. I tested it recently and thought
it's correct for all protocol settings.
O
Author: markt
Date: Thu Jul 21 15:55:36 2011
New Revision: 1149241
URL: http://svn.apache.org/viewvc?rev=1149241&view=rev
Log:
Improve error reporting of Jasper compilation. (schultz)
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trun
Author: markt
Date: Thu Jul 21 16:08:56 2011
New Revision: 1149248
URL: http://svn.apache.org/viewvc?rev=1149248&view=rev
Log:
Update commons pool to 1.5.6. (kkolinko)
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/build.properti
Author: markt
Date: Thu Jul 21 16:17:54 2011
New Revision: 1149257
URL: http://svn.apache.org/viewvc?rev=1149257&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=51473
Fix concatenation of values in SecurityConfig.setSecurityProperty() (kkolinko)
Modified:
tomcat/tc6.0.x/trunk
https://issues.apache.org/bugzilla/show_bug.cgi?id=51473
--- Comment #3 from Mark Thomas 2011-07-21 16:18:17 UTC ---
Fixed in 6.0.x and included in 6.0.33 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: -
Author: markt
Date: Thu Jul 21 16:19:38 2011
New Revision: 1149259
URL: http://svn.apache.org/viewvc?rev=1149259&view=rev
Log:
Update status
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: markt
Date: Thu Jul 21 16:28:42 2011
New Revision: 1149266
URL: http://svn.apache.org/viewvc?rev=1149266&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51324
Improve handling of exceptions when flushing the response buffer to ensure that
the doFlush flag does not get
https://issues.apache.org/bugzilla/show_bug.cgi?id=51324
--- Comment #5 from Mark Thomas 2011-07-21 16:29:04 UTC ---
Fixed in 6.0.x and included in 6.0.33 onwards
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: --
Author: markt
Date: Thu Jul 21 17:08:48 2011
New Revision: 1149272
URL: http://svn.apache.org/viewvc?rev=1149272&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51475
Handle Gzip messages larger than the default buffer size
Based on a patch by Christian Stöber
Modified:
t
https://issues.apache.org/bugzilla/show_bug.cgi?id=51475
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
I am tempted to do a release next week... we seem to have enough
to warrant it.
On Jul 21, 2011, at 5:57 AM, Sachin Mankapure wrote:
>
> Thanks. I wanted to know *when* 5.5.34 will be available. I got the answer.
>
>
> Konstantin Kolinko wrote:
>>
>> 2011/7/20 msachin :
>>>
>>> Where can I
https://issues.apache.org/bugzilla/show_bug.cgi?id=39740
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: jfclere
Date: Thu Jul 21 17:48:40 2011
New Revision: 1149279
URL: http://svn.apache.org/viewvc?rev=1149279&view=rev
Log:
Rollback 1149093
Modified:
tomcat/native/branches/1.1.x/native/src/sslcontext.c
Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c
URL:
http://svn.apa
https://issues.apache.org/bugzilla/show_bug.cgi?id=40402
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Jul 21 18:19:29 2011
New Revision: 1149294
URL: http://svn.apache.org/viewvc?rev=1149294&view=rev
Log:
AJP NIO is still experimental but is fully functional.
Modified:
tomcat/trunk/webapps/docs/config/ajp.xml
Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL:
ht
Hi Konstantin,
while correcting typos. I think UvNIX is a typo also. It is present in
AccessLogValve and ExtendedLogValve only.
Regards
Felix
Am Donnerstag, den 21.07.2011, 10:52 + schrieb kkoli...@apache.org:
> Author: kkolinko
> Date: Thu Jul 21 10:52:46 2011
> New Revision: 1149104
>
>
Apologies Mark, I haven't been following the list. I've cc'ed myself in now.
The vote Olivier started on the Mojo list generally seemed to be in
favour of the move. I've raised an issue so that we can track
progress on this easier:
http://jira.codehaus.org/browse/MTOMCAT-93
Olivier - what's th
2011/7/21 Felix Schumacher :
> Hi Konstantin,
>
> while correcting typos. I think UvNIX is a typo also. It is present in
> AccessLogValve and ExtendedLogValve only.
I guess it is something between Unix and Linux, as usual.
Googling for this word - indeed it is used only here. I didn't expect
that
37 matches
Mail list logo