Ticket #2891 (closed enhancement: fixed)
add support for .war archives
Reported by: | asy | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.8.7 |
Component: | mc-core | Version: | 4.8.6 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
I found code for .war archive support in the old patch from ALT Linux:
# .war
regex/\.war$
Open=%cd %p#utar
View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf -
it same as tar.gz and can be added easy, I think...
Change History
comment:5 Changed 12 years ago by andrew_b
- Status changed from new to closed
- Votes for changeset set to committed-master
- Resolution set to fixed
- Branch state changed from no branch to merged
Applied as part of #2897: [98a1acbf8e8bb29a04605294eb82322c414776fa].
Note: See
TracTickets for help on using
tickets.