Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Support war file (Java web package) #194

Closed
nianjiang opened this issue Nov 15, 2019 · 2 comments
Closed

Support war file (Java web package) #194

nianjiang opened this issue Nov 15, 2019 · 2 comments

Comments

@nianjiang
Copy link

nianjiang commented Nov 15, 2019

Introduce the format you are requesting.

war file, is the type of java web package.
Naturally, it is same with zip, using zip function can Unarchive the war file.

What do YOU use this format for?

What is the format's conventional file extension(s)?

Please link to the format's formal or official specification(s).

Which Go libraries could be used to implement this format?

@JalonSolov
Copy link

This would "just work" if ByHeader support were added to more formats. All zip files would be handled as zip files, regardless of file extension. Truthfully, ByHeader should always be the default, since file extensions are wrong far too often.

@mholt
Copy link
Owner

mholt commented Jan 2, 2022

If it is in fact same as zip, then @JalonSolov is right, and this is now implemented in #302, which will become v4 of this package.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants