[jboss-dev-forums] [Design of POJO Server] - Re: AbstractJarHandler.isFile/isDirectory and isArchive
adrian@jboss.org
do-not-reply at jboss.com
Thu Sep 14 06:11:26 EDT 2006
"scott.stark at jboss.org" wrote :
| These are too lax and violate the servlet spec as only .jar archives are to be accepted to strictly conform to the spec (JBAS-2538).
|
1) It is a prototype for testing, I expect the real structure deployer
to be provided by JBossWEB
2) I don't see anything in the servlet spec (SRV.9.5) that excludes
other sources of classloading.
3) It would be easily fixed by changing the filter to use the SuffixMatchFilter
on .jar
4) Reading the stream to get MIME TYPE for every file is going to slow.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971514#3971514
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971514
More information about the jboss-dev-forums
mailing list