[ http://jira.codehaus.org/browse/MPJAR-44?page=comments#action_63177 ] 
Marvin King commented on MPJAR-44:
----------------------------------


  see comment on MJAR-34

> linefeeds in pom fields result in corrupt jar manifest
> ------------------------------------------------------
>
>          Key: MPJAR-44
>          URL: http://jira.codehaus.org/browse/MPJAR-44
>      Project: maven-jar-plugin
>         Type: Bug

>     Reporter: Brett Porter

>
>
> (originally filed by Timo Santasalo )
> When the plugin creates manifest using data from pom, certain fields (such as 
> shortDescription, I didn't test others but I see no reason why this issue 
> won't affect them as well) doesn't seem to be properly filtered of disallowed 
> characters, such as linefeeds.
> For example, the following piece of pom:
>   <shortDescription>
>      blah blah
>      blah blah
>   </shortDescription>
> ...becomes in manifest something like this:
> Specification-Title: blah blah
>      blah blah
> ...resulting in corrupted manifest.

-- 
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