You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2023/03/16 13:59:00 UTC

[jira] [Created] (SCM-1007) XML encoding detection bugs

Elliotte Rusty Harold created SCM-1007:
------------------------------------------

             Summary: XML encoding detection bugs
                 Key: SCM-1007
                 URL: https://issues.apache.org/jira/browse/SCM-1007
             Project: Maven SCM
          Issue Type: Bug
            Reporter: Elliotte Rusty Harold


In https://github.com/apache/maven-scm/blob/ee41988fc7cdc818a070c346039d9156c8d97ec9/maven-scm-providers/maven-scm-provider-local/src/main/java/org/apache/maven/scm/provider/local/metadata/LocalScmMetadataUtils.java and possibly elsewhere

Should use an InputStream and let the parser detect the encoding instead of a reader that always picks the system wncoding, regardless of what the file uses. 





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