Skip to content

A simple servlet that allows you to return a file within a file using Apache Commons VFS

Notifications You must be signed in to change notification settings

crowleym/VFSServlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VFSServlet

A simple servlet that allows you to return a file within a file using Apache Commons VFS

example call:

http://localhost:8080/files/path/to/somefile.zip!/path/to/somefile.jar!/path/to/index.txt

Will return the file /path/to/index.txt within somefile.jar where somefile.jar is the file /path/to/somefile.jar within somefile.zip where somefile.zip is the file /path/to/somefile.zip relative to the filesystem directory defined in the servlet initParam FileStorePath

About

A simple servlet that allows you to return a file within a file using Apache Commons VFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages