super.init( config );
m_engine = WikiEngine.getInstance( config );
Properties props = m_engine.getWikiProperties();
m_attachmentProvider = new AttachmentDavProvider( m_engine );
m_tmpDir = m_engine.getWorkDir()+File.separator+"attach-tmp";
m_maxSize = TextUtil.getIntegerProperty( props,
AttachmentManager.PROP_MAXSIZE,
Integer.MAX_VALUE );