summaryrefslogtreecommitdiffstats
path: root/modules/mappers (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Leave the proper escaping of the URL and the adding of r->args to theRuediger Pluem2024-09-111-19/+10
* mod_rewrite, mod_proxy: mod_proxy to cononicalize rewritten [P] URLs. PR 69235.Yann Ylavic2024-09-111-7/+6
* mod_rewrite: Follow up to r1919325: Simplify QSLAST tracking.Yann Ylavic2024-09-111-18/+14
* don't merge slashes on perdir prefixEric Covener2024-08-131-1/+4
* mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. PR 69197.Yann Ylavic2024-07-171-18/+90
* merge leading slashes by defaultEric Covener2024-07-151-0/+14
* * Always trust content types that we set literallyRuediger Pluem2024-07-021-1/+1
* match AP_IS_SLASH macroEric Covener2024-06-261-1/+1
* don't add / to / in the non-perdirEric Covener2024-06-261-8/+4
* factor out IS_SLASH, perdir fixEric Covener2024-06-261-8/+10
* fix comparison of local path on WindowsEric Covener2024-06-251-1/+16
* * modules/mappers/mod_rewrite.c: Fill in logno.Joe Orton2024-06-251-1/+1
* block inadvertent subst of special filenamesEric Covener2024-06-241-12/+26
* tighten up prefix_stat and %3f handlingEric Covener2024-06-241-28/+123
* add ap_set_content_type_ex to differentiateEric Covener2024-06-243-7/+9
* mod_rewrite: disambiguate select_random_value_part().Yann Ylavic2024-03-141-11/+8
* mod_alias: Add AliasPreservePath directive to map the fullGraham Leggett2023-07-171-1/+12
* mod_rewrite: Fix a possible NULL pointer dereference in hook_uri2fileJoe Orton2023-07-061-1/+1
* typos/whitespaceEric Covener2023-06-301-4/+4
* incorporate feedback from rpluemEric Covener2023-06-281-6/+9
* back to original patch in PR66672Eric Covener2023-06-281-3/+5
* revert recent r1910650Eric Covener2023-06-281-8/+10
* act more like pre-r1908097 with rewriteEric Covener2023-06-281-10/+8
* PR66672: rewrite QSA+trailing ? regressionEric Covener2023-06-271-2/+5
* * Add server directory to include path as mod_rewrite requires test_char.h.Ruediger Pluem2023-04-191-0/+5
* mod_alias: When an alias is declared inside a Location, make sureGraham Leggett2023-04-141-0/+16
* fix regression in 2.4.56Eric Covener2023-03-301-0/+1
* mod_rewrite: Follow up to r1908347: Use [B, BNE=...] rather than [B=...,BNEG].Yann Ylavic2023-03-131-11/+23
* mod_rewrite: New BNEG flag to negate B=, BCTLS and B= not mutually exclusive.Yann Ylavic2023-03-131-33/+16
* add [BCTLS] alternative to [B] for 2.4.56 problemsEric Covener2023-03-111-7/+24
* followup to r1908296: only for redirectsEric Covener2023-03-111-2/+1
* allow decoded chars when they will be escapedEric Covener2023-03-111-18/+27
* avoid delimiting the query with a backreferenceEric Covener2023-03-051-13/+33
* don't forward invalid query stringsEric Covener2023-03-051-0/+22
* mod_rewrite: URI-to-filename rewrites to transparently handle proxy mappings.Yann Ylavic2022-03-011-8/+30
* followup to r1894456: use a DirectorySlash argument insteadEric Covener2021-10-221-22/+28
* add DirectorySlashNotFound to silence scannersEric Covener2021-10-211-0/+17
* * Good catch by Yann: This is dead codeRuediger Pluem2021-10-081-3/+0
* * Make aliases more robust against potential traversal attacks, by usingRuediger Pluem2021-10-081-6/+42
* mod_rewrite: Follow up to r1893519: Handle potential "unix://[authority]/".Yann Ylavic2021-09-231-1/+1
* mod_rewrite: Fix UDS ("unix:") scheme for [P] rules. PR 57691 + 65590.Yann Ylavic2021-09-221-0/+7
* Add log tags.Graham Leggett2021-06-241-1/+1
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-241-0/+26
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-10/+3
* * modules/mappers/mod_rewrite.c: Remove unused MAX_COOKIE_LEN.Joe Orton2020-12-161-4/+0
* Save a few cycles.Christophe Jaillet2020-11-141-6/+4
* Fix a few warnings on 64 bits windows compilationChristophe Jaillet2020-08-291-1/+1
* samesite: fix check for 0, add "false" alternative.Eric Covener2020-08-281-1/+1
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-201-5/+3