// Get the servlet context, and file for properties
ServletContext context = config.getServletContext();
String path = context.getRealPath("/");
m_propertyFile = new File( path, PropertyReader.DEFAULT_JSPWIKI_CONFIG );
m_props = new CommentedProperties();
// Stash the request
m_request = request;
m_validated = false;
}