| ================================================================================ |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| ================================================================================ |
| |
| $Id$ |
| |
| ================================= |
| Apache Tomcat 5.5 Patch Proposals |
| ================================= |
| |
| PATCHES ACCEPTED TO BACKPORT FROM TRUNK/OTHER: |
| [ start all new proposals below, under PATCHES PROPOSED. ] |
| |
| * Align %2f handling between implementations of UDecoder.convert() |
| http://svn.apache.org/viewvc?rev=1203091&view=rev |
| +1: kkolinko, markt, funkman, jim |
| -1: |
| |
| * Remove obsolete build.xml file that was used to download source tree. |
| References to it were removed from build instructions in r1202235 |
| |
| 1. svn del build/resources/build.xml |
| 2. apply patch: |
| http://people.apache.org/~kkolinko/patches/2011-11-15_tc55_build.patch |
| +1: kkolinko, rjung, markt, jim |
| -1: |
| |
| * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 |
| Fix ClassCastException in Alias added for existing host via JMX |
| http://svn.apache.org/viewvc?rev=1204856&view=rev |
| (without tests; it is r1204860 in TC7) |
| +1: kkolinko, markt, funkman, jim |
| -1: |
| |
| * Do not throw IllegalArgumentException from parseParameters() call when |
| chunked POST request is too large, but treat it like an IO error. |
| http://svn.apache.org/viewvc?rev=1206200&view=rev |
| (without tests; it is r1206205 in TC7) |
| +1: kkolinko, markt,funkman, jim |
| -1: |
| |
| * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52335 |
| Only handle <\% and not \% as escaped in template text. |
| http://svn.apache.org/viewvc?rev=1215121&view=rev |
| +1: markt, funkman, jim |
| -1: |
| |
| PATCHES PROPOSED TO BACKPORT: |
| [ New proposals should be added at the end of the list ] |
| |