confFile.removeProperty( key );
}
}
StringOutputStream string = new StringOutputStream();
confFile.save( string );
Reader reader = new InputStreamReader( new StringInputStream( string.toString() ) );
writeFilteredFile( request, daemon, reader, new File( outputDirectory, "conf/wrapper.conf" ), context );
}