[ 
http://jira.codehaus.org/browse/MRM-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter closed MRM-1069.
-----------------------------

    Resolution: Won't Fix
      Assignee: Brett Porter

AFAICT, Maven works with these UTF characters, and it is really not valid XML 
to use ø without defining it (Maven cheats by adding these HTML 
characters into the parser itself). There are some characters that trouble 
certain IBM JDKs, but if that's a scenario someone is faced with I think it'd 
warrant a separate plugin now.

> Archiva should clean bad UTF-8 data in poms
> -------------------------------------------
>
>                 Key: MRM-1069
>                 URL: http://jira.codehaus.org/browse/MRM-1069
>             Project: Archiva
>          Issue Type: Improvement
>    Affects Versions: 1.1.2
>            Reporter: Wendy Smoak
>            Assignee: Brett Porter
>             Fix For: 1.4
>
>
> Archiva should have a mechanism to clean the repository of bad poms that 
> contain improper UTF8 data.
> Possible places for this to occur:
> 1) During the repository scan for content.
>    Have a process that reads the xml data as a stream (not as an xml 
> document) and process out any improper UTF8 characters with appropriate XML 
> latin entities. (example: changing "ΓΈ" to "%oslash;")
> 2) During pom download, check the pom and clean it inline on the way down to 
> the user.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to