On Fri, 2006-06-16 at 12:48 +0200, Thorsten Scherler wrote: [...] > > It there no way to test in the usecase doCheckPreconditions() whether > the upload is enabled?
Only the CocoonServlet knows whether uploads are enabled or not. I didn't find a way to get this information from a usecase class. Either we have to patch cocoon or we have to read the value somehow from a configuration file, which the build process would provide. (Or read it directly from web.xml). Or do you see any other options? > Would it not work if we check whether the wrapping is possible or not? Same problem, only CocoonServlet knows if the request will be wrapped. Maybe we could ask on the cocoon ml. Josias > > salu2 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
