]> source.dussan.org Git - gitblit.git/commitdiff
Adjusted message to be more descriptive (issue 126)
authorJames Moger <james.moger@gitblit.com>
Thu, 4 Oct 2012 22:27:37 +0000 (18:27 -0400)
committerJames Moger <james.moger@gitblit.com>
Thu, 4 Oct 2012 22:27:37 +0000 (18:27 -0400)
src/com/gitblit/utils/ContainerUtils.java

index 39ba6e08215b38bd28a315668b52fc46677fd0f5..919f99d626881e903f2c956f04cc10cc88318bf3 100755 (executable)
@@ -113,7 +113,7 @@ public class ContainerUtils
                 {\r
                     if (e.getTargetException() != null && e.getTargetException() instanceof CharConversionException)\r
                     {\r
-                        LOGGER.warn("You are using a Tomcat based system and the current settings regarding CVE-2007-0450 will prevent certain fetures from working. Please see http://gitblit.com/faq.html and http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0450");\r
+                        LOGGER.warn("You are using a Tomcat-based server and your current settings will prevent grouped repositories, forks, personal repositories, and tree navigation from working properly. Please review the FAQ for details about running Gitblit on Tomcat. http://gitblit.com/faq.html and http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0450");\r
                         return true;\r
                     }\r
                     throw e;\r