Bug 308112

Summary: handle java related archives as zip
Product: [Applications] krusader Reporter: Peter B. <butkovic>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: butkovic, krusader-bugs-null
Priority: NOR    
Version: 2.4.0-beta1 "Migration"   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:

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 ***