diff --git a/webtools/bugzilla/docs/sgml/installation.sgml b/webtools/bugzilla/docs/sgml/installation.sgml
index f7607d2e3e7f..28670612668f 100644
--- a/webtools/bugzilla/docs/sgml/installation.sgml
+++ b/webtools/bugzilla/docs/sgml/installation.sgml
@@ -1724,11 +1724,14 @@ deny from all
ns_register_filter preauth GET /bugzilla/localconfig filter_deny
+ns_register_filter preauth GET /bugzilla/localconfig~ filter_deny
+ns_register_filter preauth GET /bugzilla/\#localconfig\# filter_deny
ns_register_filter preauth GET /bugzilla/*.pl filter_deny
-ns_register_filter preauth GET /bugzilla/localconfig filter_deny
ns_register_filter preauth GET /bugzilla/syncshadowdb filter_deny
ns_register_filter preauth GET /bugzilla/runtests.sh filter_deny
-
+ns_register_filter preauth GET /bugzilla/data/* filter_deny
+ns_register_filter preauth GET /bugzilla/template/* filter_deny
+
proc filter_deny { why } {
ns_log Notice "filter_deny"
return "filter_return"
@@ -1736,17 +1739,29 @@ proc filter_deny { why } {
- This doesn't appear to account for everything mentioned in
- . In particular, it doesn't block access
- to the data or
- template directories. It also
- doesn't account for the editor backup files that were the topic of
+ This probably doesn't account for all possible editor backup
+ files so you may wish to add some additional variations of
+ localconfig. For more information, see
bug
- 186383, Bugtraq ID 6501,
- and a partial cause for the 2.16.2 release.
+ 186383 or Bugtraq ID 6501.
+
+
+ If you are using webdot from research.att.com (the default
+ configuration for the paramater), you
+ will need to allow access to data/webdot/*.dot
+ for the reasearch.att.com machine.
+
+ If you are using a local installation of GraphViz, you will need to allow
+ everybody to access *.png,
+ *.gif, *.jpg, and
+ *.map in the
+ data/webdot directory.
+
+
diff --git a/webtools/bugzilla/docs/xml/installation.xml b/webtools/bugzilla/docs/xml/installation.xml
index f7607d2e3e7f..28670612668f 100644
--- a/webtools/bugzilla/docs/xml/installation.xml
+++ b/webtools/bugzilla/docs/xml/installation.xml
@@ -1724,11 +1724,14 @@ deny from all
ns_register_filter preauth GET /bugzilla/localconfig filter_deny
+ns_register_filter preauth GET /bugzilla/localconfig~ filter_deny
+ns_register_filter preauth GET /bugzilla/\#localconfig\# filter_deny
ns_register_filter preauth GET /bugzilla/*.pl filter_deny
-ns_register_filter preauth GET /bugzilla/localconfig filter_deny
ns_register_filter preauth GET /bugzilla/syncshadowdb filter_deny
ns_register_filter preauth GET /bugzilla/runtests.sh filter_deny
-
+ns_register_filter preauth GET /bugzilla/data/* filter_deny
+ns_register_filter preauth GET /bugzilla/template/* filter_deny
+
proc filter_deny { why } {
ns_log Notice "filter_deny"
return "filter_return"
@@ -1736,17 +1739,29 @@ proc filter_deny { why } {
- This doesn't appear to account for everything mentioned in
- . In particular, it doesn't block access
- to the data or
- template directories. It also
- doesn't account for the editor backup files that were the topic of
+ This probably doesn't account for all possible editor backup
+ files so you may wish to add some additional variations of
+ localconfig. For more information, see
bug
- 186383, Bugtraq ID 6501,
- and a partial cause for the 2.16.2 release.
+ 186383 or Bugtraq ID 6501.
+
+
+ If you are using webdot from research.att.com (the default
+ configuration for the paramater), you
+ will need to allow access to data/webdot/*.dot
+ for the reasearch.att.com machine.
+
+ If you are using a local installation of GraphViz, you will need to allow
+ everybody to access *.png,
+ *.gif, *.jpg, and
+ *.map in the
+ data/webdot directory.
+
+