Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
(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.
see comment on
MJAR-34MJAR-34