Actions
Bug #838
closedmod_evhost does not handle trailing "." in hostname
ASK QUESTIONS IN Forums:
Description
While it can be -- and frequently is -- omitted, absolute domain names include a trailing dot (see RFC 1034, section 3.1). However, setting evhost.path-pattern to "/%0" and making a request for "http://example.com./" attempts to access the directory "/com./" rather than "/example.com/".
-- zak.johnson
Files
Updated by Anonymous about 18 years ago
Until the patch is accepted, it is possible to use "/%2.%1" as a workaround.
-- zak.johnson
Updated by darix about 18 years ago
the general patch would be stripping the trailing dot much earlier i have that on my todo. but i either need to backport it to the 1.4.x branch or wait for jan to fix trunk. but atm the patch is broken due broken trunk.
Updated by jan about 17 years ago
- Status changed from New to Fixed
- Resolution set to fixed
r1406 in 1.4.14 should have fixed this issue already.
Actions
Also available in: Atom