#63: Fix improper web links on win32 (and possibly OSes) ------------------------------+--------------------------------------------- Reporter: sakhmechet | Owner: sakhmechet Type: defect | Status: new Priority: high | Milestone: 0.1 Component: weblocks | Version: pre-0.1 Keywords: win32 path links | ------------------------------+--------------------------------------------- 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.
#63: Fix improper web links on win32 (and possibly OSes) -------------------------+-------------------------------------------------- Reporter: sakhmechet | Owner: sakhmechet Type: defect | Status: closed Priority: high | Milestone: 0.1 Component: weblocks | Version: pre-0.1 Resolution: fixed | Keywords: win32 path links -------------------------+-------------------------------------------------- Changes (by sakhmechet):
* resolution: => fixed * status: new => closed
Comment:
Fixed. Before rendering pathnames they're first converted to puri URIs.
cl-weblocks-ticket@common-lisp.net