Opened 17 years ago
Closed 17 years ago
#63 closed defect (fixed)
Fix improper web links on win32 (and possibly OSes)
Reported by: | Slava Akhmechet | Owned by: | Slava Akhmechet |
---|---|---|---|
Priority: | high | Milestone: | 0.1 |
Component: | weblocks | Version: | pre-0.1 |
Keywords: | win32 path links | Cc: |
Description
On win32 machines pathnames are rendered with a backslash instead of a forward slash. Other architectures will potentially render pathnames in a manner unuseable for the web. This needs to be resolved either via stepping away from using pathnames for the web, or using a logical system that will render them properly.
Note: See
TracTickets for help on using
tickets.
Fixed. Before rendering pathnames they're first converted to puri URIs.