Carsten Ziegeler wrote: > > Hi, > > I'm currently looking at removing the getRealPath() calls. > > Now I'm curious about the ParanoidCocoonServlet. I know the > reasons behind this servlet, but looking at the implementation > I don't see a difference to the CocoonServlet besides that > the class-dir and lib-dir is configurable using the web.xml. > In addition the ParanoidClassLoader seems to be nowhere used.
ParanoidClassLoader is not used anywhere. It would have been used for loading our classes from another location than WEB-INF/lib. I never got to putting it in action. ParanoidCocoonServlet USED to have some real differences--I.e. it loaded all the jars in the ClassLoader as well as used the ServletClassloader as the parent. It is REQUIRED to make Cocoon work in IBM WebSphere. > > Am I right on this? And if, could we add the configuration > of class-dir and lib-dir to the CocoonServlet and remove > the paranoid stuff, then? > > Thanks, > Carsten > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] -- "Those who would trade liberty for temporary security deserve neither" - Benjamin Franklin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]