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:58:00 UTC

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

     [ https://issues.apache.org/jira/browse/DOXIASITETOOLS-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated DOXIASITETOOLS-302:
------------------------------------------
    Description: 
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 use of path separator chars

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

  was:
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.


> 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
>            Priority: Major
>             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 use 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)