close Warning: Can't synchronize with repository "(default)" (/project/cl-weblocks/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

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.

Change History (1)

comment:1 Changed 17 years ago by Slava Akhmechet

Resolution: fixed
Status: newclosed

Fixed. Before rendering pathnames they're first converted to puri URIs.

Note: See TracTickets for help on using tickets.