"alesj" wrote : What exactly is your use case?
| A mixture of in-memory and normal files?
Tomcat must unjar the root deployment. This means that we need some equivalent which can
handle vfsmemory (as explode() does, though without the recursion).
anonymous wrote : Perhaps all that's required is that VFSUtils::unjar returns same
ref
| if the original file param is not backed by plain file handler.
| e.g. like in your case where that's in-memory
That was the original problem. unjar() originally had no effect upon vfsmemory.
Thinking some more, seems for nested vfsmemory archives: the root should be
unpacked/serialized to plain files and the nested ones should be as well...but not nested
JARs (which are left intact).
S,
ALR
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247674#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...