Hostnames should be case-insensitive - tryiing to solve issue 2475
From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-03-08 00:50:26 CET
Hi,
I started working on issue 2475. The problem reported in that issue is that
The problem surfaces when two URLs are compared. E.g. when a file is copied
Now, I've checked the code for places where this type of test is done, and I
I see some possible options to solve this:
Option 1. Make lowercase of all the hostnames in all the URLs on entry point
Option 2. Replace all the strcmp and strncmp calls ( only those where URLs
Option 3. Create one new function url_compare() where a correct,
I prefer option 3 myself. Maybe there are other and better options? Anybody
thanks for your input,
Lieven.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.