In our application we use spring-web, and we sometimes serve the ZIP archives over the network. Unfortunately, MediaType does not have application/zip entry. For now, we have created this MediaType ourselves, but I think adding it would be although a small, but nice and type-safe option for all of the framework users to benefit from it.
I can also assist in implementation, if possible.