https://issues.apache.org/bugzilla/show_bug.cgi?id=50726
Summary: Jasper can generate uncompilable source code if
genStringAsCharArray is turned on
Product: Tomcat 6
Version: 6.0.28
Platform: All
OS/Version: All
Sta
Author: kkolinko
Date: Mon Feb 7 14:16:42 2011
New Revision: 1067949
URL: http://svn.apache.org/viewvc?rev=1067949&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50325
Use JVM provided solutions to CVE-2009-3555 if available (i.e. RFC 5746 support)
Modified:
tomcat/tc5.
Author: kkolinko
Date: Mon Feb 7 14:27:49 2011
New Revision: 1067950
URL: http://svn.apache.org/viewvc?rev=1067950&view=rev
Log:
Followup r1067949
Fix loop syntax
Modified:
tomcat/tc5.5.x/trunk/connectors/util/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
Modified:
tomcat/tc
https://issues.apache.org/bugzilla/show_bug.cgi?id=48600
patc...@portaildulibre.fr changed:
What|Removed |Added
CC|gilles.bardouillet@atosorig |patc...@portaildulibre.f
https://issues.apache.org/bugzilla/show_bug.cgi?id=50325
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Mon Feb 7 15:12:14 2011
New Revision: 1067959
URL: http://svn.apache.org/viewvc?rev=1067959&view=rev
Log:
Vote
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.txt?rev=10679
Author: markt
Date: Mon Feb 7 15:20:38 2011
New Revision: 1067963
URL: http://svn.apache.org/viewvc?rev=1067963&view=rev
Log:
Add additional roles to the Admin, Manager and Host-Manager applications
(admin-gui, admin-script; manager-gui, manager-script, manager-jmx,
manager-status) to allow mor
https://issues.apache.org/bugzilla/show_bug.cgi?id=50700
ch...@derham.me.uk changed:
What|Removed |Added
CC||ch...@derham.me.uk
--- Comment
https://issues.apache.org/bugzilla/show_bug.cgi?id=39740
--- Comment #4 from Leigh L. Klotz, Jr. 2011-02-07
13:43:44 EST ---
RFC 2616 is a red herring. The character "&" doesn't appear in it, nor does
the word "ampersand." HTTP is agnostic about the meaning of characters in
URIs; that's up to
https://issues.apache.org/bugzilla/show_bug.cgi?id=39740
--- Comment #5 from Leigh L. Klotz, Jr. 2011-02-07
14:39:11 EST ---
See http://www.restlet.org/documentation/2.0/jse/api/org/restlet/data/Form.html
Constructor Form(java.lang.String, org.restlet.data.CharacterSet, char)
Note that it also
Author: jim
Date: Mon Feb 7 19:51:09 2011
New Revision: 1068078
URL: http://svn.apache.org/viewvc?rev=1068078&view=rev
Log:
Tagging Tomcat version TOMCAT_5_5_33.
Added:
tomcat/tc5.5.x/tags/TOMCAT_5_5_33/
- copied from r1068077, tomcat/tc5.5.x/trunk/
--
The builds for Tomcat 5.5.33 are ready for testing and approval.
The candidates binaries are available here:
http://people.apache.org/~jim/tomcat-5.5/
According to the release process, the 5.5.33 build corresponding to the
tag TOMCAT_5_5_33 [1] is:
[ ] Broken
[ ] Alpha
[ ] Beta
[ ] Stable
+++
1
On 02/07/2011 09:17 PM, Jim Jagielski wrote:
According to the release process, the 5.5.33 build corresponding to the
tag TOMCAT_5_5_33 [1] is:
[X] Stable
Dists look fine.
Cheers
--
^TM
-
To unsubscribe, e-mail: dev-unsubsc
Author: rjung
Date: Mon Feb 7 21:21:52 2011
New Revision: 1068143
URL: http://svn.apache.org/viewvc?rev=1068143&view=rev
Log:
Fix svn properties for new file. CTR.
Modified:
tomcat/tc5.5.x/trunk/connectors/util/java/org/apache/tomcat/util/ExceptionUtils.java
(contents, props changed)
Mo
On 07.02.2011 21:17, Jim Jagielski wrote:
The builds for Tomcat 5.5.33 are ready for testing and approval.
The candidates binaries are available here:
http://people.apache.org/~jim/tomcat-5.5/
According to the release process, the 5.5.33 build corresponding to the
tag TOMCAT_5_5_33 [1] is:
[ ]
On 07.02.2011 21:17, Jim Jagielski wrote:
The builds for Tomcat 5.5.33 are ready for testing and approval.
The candidates binaries are available here:
http://people.apache.org/~jim/tomcat-5.5/
According to the release process, the 5.5.33 build corresponding to the
tag TOMCAT_5_5_33 [1] is:
[ ]
On Feb 5, 2011, at 2:09 PM, ma...@apache.org wrote:
> This was identified by the Tomcat security team on 27 Feb 2011 and
>made public on 5 Feb 2011.
> This was identified by the Tomcat security team on 27 Feb 2011 and
>made public on 5 Feb 2011.
I'm guessing these should
Author: kkolinko
Date: Tue Feb 8 06:59:49 2011
New Revision: 1068276
URL: http://svn.apache.org/viewvc?rev=1068276&view=rev
Log:
bump version number
Modified:
tomcat/tc5.5.x/trunk/build/build.properties.default
Modified: tomcat/tc5.5.x/trunk/build/build.properties.default
URL:
http://svn.a
2011/2/7 Jim Jagielski :
> The builds for Tomcat 5.5.33 are ready for testing and approval.
> The candidates binaries are available here:
>
> http://people.apache.org/~jim/tomcat-5.5/
>
> According to the release process, the 5.5.33 build corresponding to the
> tag TOMCAT_5_5_33 [1] is:
>
> [ ] Bro
Author: kkolinko
Date: Tue Feb 8 07:37:26 2011
New Revision: 1068282
URL: http://svn.apache.org/viewvc?rev=1068282&view=rev
Log:
Correct the date
thanks to Jim Riggs for noting it
Modified:
tomcat/site/trunk/docs/security-6.html
tomcat/site/trunk/docs/security-7.html
tomcat/site/trun
2011/2/8 Jim Riggs :
> On Feb 5, 2011, at 2:09 PM, ma...@apache.org wrote:
>
>> This was identified by the Tomcat security team on 27 Feb 2011 and
>> made public on 5 Feb 2011.
>
>> This was identified by the Tomcat security team on 27 Feb 2011 and
>> made public on 5 Feb 2011
21 matches
Mail list logo