You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/04/09 08:57:00 UTC

[jira] [Created] (DOXIASITETOOLS-302) Harmonize file separator in DocumentRenderingContext

Michael Osipov created DOXIASITETOOLS-302:
---------------------------------------------

             Summary: Harmonize file separator in DocumentRenderingContext
                 Key: DOXIASITETOOLS-302
                 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-302
             Project: Maven Doxia Sitetools
          Issue Type: Improvement
          Components: Site renderer
    Affects Versions: 2.0.0-M7
            Reporter: Michael Osipov
            Assignee: Michael Osipov
             Fix For: 2.0.0-M8


This class stores the basedir and input/output name in an OS-dependent manner which result in:

* Non-reproducible output
* Create of combined paths/URIs which are syntactically invalid in output
* Inconsistent mix of path separator chars

Harmonization will consistently use Unix-style separators which are producible and URL-friendly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)