Opened 15 years ago
Closed 15 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 by , 15 years ago
comment:2 by , 15 years ago
Status: | new → assigned |
---|
comment:3 by , 15 years ago
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 by , 15 years ago
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: