@@ -183,6 +183,35 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
183183 +1 covener, rpluem, steffenal
184184
185185
186+ *) mod_rewrite: don't merge leading slashes when they come from a perdir prefix
187+ (rather than the substitution)
188+ Trunk version of patch:
189+ https://svn.apache.org/r1919860
190+ Backport version for 2.4.x of patch:
191+ https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/473.diff
192+ Can be applied via apply_backport_pr.sh 473
193+ +1: covener, rpluem, jorton
194+
195+ *) mod_http: Trust content-type values set from configuration
196+ r1918823 takes care of the content-type fix, while r1427465
197+ is backported to avoid a conflict. It removes support for Request-Range
198+ header sent by Navigator 2-3 and MSIE 3.
199+ Trunk version of patch:
200+ https://svn.apache.org/r1427465
201+ https://svn.apache.org/r1918823
202+ Backport version for 2.4.x of patch:
203+ https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/475.diff
204+ Can be applied via apply_backport_pr.sh 475
205+ +1: rpluem, covener, jorton
206+
207+ *) mod_rewrite: Improve safe question mark detection
208+ Trunk version of patch:
209+ https://svn.apache.org/r1920566
210+ Backport version for 2.4.x of patch:
211+ Trunk version of patch works
212+ svn merge -c 1920566 ^/httpd/httpd/trunk .
213+ +1: rpluem, covener, jorton
214+
186215PATCHES PROPOSED TO BACKPORT FROM TRUNK:
187216 [ New proposals should be added at the end of the list ]
188217
@@ -231,35 +260,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
231260 https://svn.apache.org/r1919602
232261 2.4.x patch: svn merge -c r1919413 -c r1919587 -c r1919602 ^/httpd/httpd/trunk .
233262 +1: ivan
263+ +0: jorton - falls under RTC exception for "non-Unix build"
234264
235- *) mod_rewrite: don't merge leading slashes when they come from a perdir prefix
236- (rather than the substitution)
237- Trunk version of patch:
238- https://svn.apache.org/r1919860
239- Backport version for 2.4.x of patch:
240- https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/473.diff
241- Can be applied via apply_backport_pr.sh 473
242- +1: covener, rpluem
243-
244- *) mod_http: Trust content-type values set from configuration
245- r1918823 takes care of the content-type fix, while r1427465
246- is backported to avoid a conflict. It removes support for Request-Range
247- header sent by Navigator 2-3 and MSIE 3.
248- Trunk version of patch:
249- https://svn.apache.org/r1427465
250- https://svn.apache.org/r1918823
251- Backport version for 2.4.x of patch:
252- https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/475.diff
253- Can be applied via apply_backport_pr.sh 475
254- +1: rpluem, covener
255-
256- *) mod_rewrite: Improve safe question mark detection
257- Trunk version of patch:
258- https://svn.apache.org/r1920566
259- Backport version for 2.4.x of patch:
260- Trunk version of patch works
261- svn merge -c 1920566 ^/httpd/httpd/trunk .
262- +1: rpluem, covener
265+ *) mod_ssl: Fix regression in PKCS#11 handling which should work without
266+ SSLCryptoDevice configured
267+ trunk patch: https://svn.apache.org/r1920597
268+ 2.4.x patch: svn merge -c 1920597 ^/httpd/httpd/trunk .
269+ +1: jorton,
263270
264271PATCHES/ISSUES THAT ARE BEING WORKED
265272 [ New entries should be added at the START of the list ]
0 commit comments