Issue 1143803
Created on 2005-02-18 13:57 by anonymous, last changed 2007-09-25 04:28 by jpend.
msg1857 |
Author: [hidden] (anonymous) |
Date: 2005-02-18 13:57 |
|
I have Roundup 0.8.1 installed on Windows 2003.
In the roundup-server.ini, section:
[trackers]
TaskManager=C:\TaskManager\Roundup
In the config.ini, I have web=https://myhost/TaskManager/
this doesn't work! Roundup serves it up as
"taskmanager". Had to change the tracker web to
"https://myhost/taskmanager" (note captialisatioin) to
get it working.
Could the ConfigParser be at fault?
|
msg1858 |
Author: [hidden] (richard) |
Date: 2005-02-28 03:29 |
|
Logged In: YES
user_id=6405
No, the lower-casing is in our code. It'll take a bit of re-working to fix too.
|
msg1859 |
Author: [hidden] (jpend) |
Date: 2007-09-25 04:28 |
|
I've just committed a change to roundup-server that should allow this use case to succeed. We aren't case sensitive yet (I don't know that the minimal benefit is worth the effort) but we're a little more consistent in our ignoring of case.
|
|
Date |
User |
Action |
Args |
2005-02-18 13:57:39 | anonymous | create | |
|