Commit 3af7486
Justus Pendleton
lowercase tracker name during roundup-server's cgi handling
We lowercase the tracker name when we store it in the config, we might
as well lowercase it on the incoming GET so it will match what we've
stored. This doesn't make the web interface truly case sensitive (which
would require a lot more work) but it will allow users to do something
like:
roundup-server TaskManager=/var/tm
wget http://server/TaskManager
and get something nicer than a 404.
This fixes [SF#1143803]1 parent 1f4b9df commit 3af7486
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
0 commit comments