Bug 308112 - handle java related archives as zip
Summary: handle java related archives as zip
Status: RESOLVED DUPLICATE of bug 188989
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.4.0-beta1 "Migration"
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-09 06:47 UTC by Peter B.
Modified: 2018-05-06 00:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter B. 2012-10-09 06:47:46 UTC
enable java related extensions to be handled correctly - as zip archives:
- jar (java archive)
- war (web archive)
- ear (enterprise archive)
- sar (service archive)
- har (hibernate archive)

It would be great if these would behave as a zip archives do:
- possible to search in these (as in other already supported archives)
- navigate to them without opening them in the external application

the point is that all these are simple zip packages with a special name (depending on their purpose)
Comment 1 Jekyll Wu 2012-10-30 10:30:45 UTC
should share the same cause as bug 188989

*** This bug has been marked as a duplicate of bug 188989 ***