Fossil SCM
Some characters prevent "server ." from serving repos
Closed
ea7d583739b004a…
· opened 15 years, 8 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Wont_Fix
- Subsystem
- —
- Created
- Aug. 4, 2010 4:32 p.m.
Windows XP (with latest patches) and fossil version [15b293259d] 2010-06-11 12:02:59 UTC
I ran into problems with non-alphabetic characters today using "fossil server."
These commands work:
fossil new r~1.fossil
fossil ui r~1.fossil
But after running "fossil server .", http://127.0.0.1:8080/r~1 returns "Not Found"
Replace the tilde with an underscore, works normally. Using a caret (^) demonstrates the same problem.