]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove todo items that are done'
authorRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 20:55:37 +0000 (20:55 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 20:55:37 +0000 (20:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934453 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/TODO.md

index 1f94b73b3b0bedcfe65091dc40ea0ed6e8634e93..d914dd67f02c755644ba56b2a88a4bd7bced7cc3 100644 (file)
@@ -1,41 +1,7 @@
 # Rewrite Docs —  Suggested addition
 
-Based on 20 years of users@httpd.apache.org questions, these are the
-most common mod_rewrite pain points that the guide does not adequately
-address. Sorted by priority.
-
-## HIGH — Widely asked, not covered
-
-- [ ] **RewriteRule inside `<If>` or `<Location>` switches to
-      per-directory context** — counter-intuitive behavior even when
-      the block is inside a VirtualHost. Add a warning to htaccess.xml
-      or tech.xml.
-
-- [ ] **Query string is NOT part of the RewriteRule pattern** — users
-      put `?query` or full URLs in their patterns. Make this explicit
-      in intro.xml's RewriteRule basics section.
-
-## MEDIUM — Common, easy to add
-
 - [ ] **Let's Encrypt ACME challenge exemption** — one-liner recipe,
       universally needed alongside HTTPS redirect. Add to remapping.xml.
 
-- [x] **301 caching by browsers** — users fix their config but still
-      see the old broken redirect. Mention in htaccess.xml or intro.xml.
-
-- [x] **[R=4xx] sends a redirect header, not a status response** — add
-      a warning to the [R] flag section in flags.xml.
-
-- [x] **"Don't start .htaccess patterns with /"** — implicit in the
-      current path-stripping section but never called out as a warning
-      box. Add to htaccess.xml.
-
-## LOW
-
-- [x] **prg: RewriteMap must flush stdout** — add note to rewritemap.xml.
-
-- [x] **mod_rewrite cannot inspect POST body** — one-sentence note in
-      intro.xml.
-
 - [ ] **flags** - Add examples to flags that lack them. (See bz #70043)