From: Andrew Borodin Date: Fri, 1 Mar 2013 07:14:52 +0000 (+0400) Subject: Ticket #2974: broken opening of .war archives. X-Git-Tag: 4.8.8~6^2 X-Git-Url: https://repo.or.cz/w/midnight-commander.git/commitdiff_plain/2f06f513e4723cca13117b82353412975f966bdc Ticket #2974: broken opening of .war archives. Widely used java web application .war archives are are .jar archives which is essentially a zip archive with manifest file being the first entry. Signed-off-by: Andrew Borodin --- diff --git a/misc/mc.ext.in b/misc/mc.ext.in index 1e00f90f8..74722fc99 100644 --- a/misc/mc.ext.in +++ b/misc/mc.ext.in @@ -117,8 +117,8 @@ regex/^\[git\] ### Archives ### -# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk, .gem, .war -regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$|\.gem$|\.war$ +# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk, .gem +regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$|\.gem$ Open=%cd %p/utar:// View=%view{ascii} @EXTHELPERSDIR@/archive.sh view tar.gz