Opened 13 years ago
Closed 13 years ago
#1464 closed defect (fixed)
Automatic plug-in installer crashes when an invalid jar file is found
Reported by: | Jari Häkkinen | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.15 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The crash can be triggered by adding a dummy soft link in a directory scanned by the automatic plug-in installer, ln -s /tmp/dummy.jar
, and then running the automatic installer. The installer tries to read the content of dummy.jar.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 Changed 13 years ago by
Summary: | Automatic plug-in installer crashes when a link to a non existent jar file is found → Automatic plug-in installer crashes when an invalid jar file is found |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The same thing happens if the JAR file is not valid JAR file. It is simple to check by placing any other type of file an renaming it with a .jar extension. The stack trace is: