Author: glen Date: Fri Jan 6 18:48:05 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - disable insecure selfservlet by default
---- Files affected: SOURCES: ApacheJServ-config.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ApacheJServ-config.patch diff -u /dev/null SOURCES/ApacheJServ-config.patch:1.1 --- /dev/null Fri Jan 6 19:48:05 2006 +++ SOURCES/ApacheJServ-config.patch Fri Jan 6 19:48:00 2006 @@ -0,0 +1,11 @@ +--- ./conf/jserv.properties.in~ 2005-12-29 13:51:48.000000000 +0200 ++++ ./conf/jserv.properties.in 2006-01-05 22:21:27.000000000 +0200 +@@ -164,7 +164,7 @@ + # Default: false + # WARNING: disable this in a production environment since may give reserved + # information to untrusted users. +-security.selfservlet=true ++security.selfservlet=false + + # Set the maximum number of socket connections Apache JServ may handle + # simultaneously. Make sure your operating environment has enough file ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
