Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: plexus-archiver-2.1
-
Component/s: plexus-archiver
-
Labels:None
-
Number of attachments :
Description
The attached test case demonstrates, that the plexus-archiver creates invalid archives, if the values of Manifest attributes contain line feeds. The archiver should either throw an exception and refuse such attributes or convert the values silently.
This issue is related to MJAR-38 : The maven-archiver creates such entries (thus invalid jar files).
Attachments
Issue Links
| This issue relates to: | ||||
| PLXCOMP-172 | remove Ant's Manifest class: use JDK's class instead |
|
|
|
| This issue is depended upon by: | ||||
| MJAR-39 | Maven Sets Manifest Attribute Values to Multi-Line Strings |
|
|
|
Aren't multiline attributes ('continuations') allowed in Manifest files? See http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html
See also
PLX-185PLX-185