caddy/modules
Mohammed Al Sahaf aea7b9bdf0
caddyhttp: fix randString sameCase dictionary to match its docs
The doc comment says randString excludes confusing characters like
I, l, 1, 0, O. When sameCase is true, uppercase letters are excluded,
and l and o should also be excluded. But the dictionary used when
sameCase was true still contained '0'. Drop it, and update the test
to match the actual documented exclusions.

Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
2026-08-30 18:23:09 +03:00
..
caddyevents
caddyfs
caddyhttp caddyhttp: fix randString sameCase dictionary to match its docs 2026-08-30 18:23:09 +03:00
caddypki add certificate generation tests 2026-08-30 15:49:28 +03:00
caddytls add certselection test 2026-08-30 15:49:28 +03:00
filestorage storage: file_system 2026-08-30 15:45:16 +03:00
internal/network network_proxy: reject proxy URLs that resolve to a port with no host (#7922) 2026-08-10 15:58:43 +10:00
logging fix: close resources on error paths (#7940) 2026-08-16 21:02:39 +10:00
metrics
standard