summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-10-04 18:27:37 -0400
committerJames Moger <james.moger@gitblit.com>2012-10-04 18:27:37 -0400
commita1788c9c7da64ccb7e3006bbefd9f9cd2bad9880 (patch)
tree246bebd4284699aba102a83cd9008c935ba11a23 /src
parent2ef0a359e5aba5af569dd1abfce10695846111c1 (diff)
downloadgitblit-a1788c9c7da64ccb7e3006bbefd9f9cd2bad9880.tar.gz
gitblit-a1788c9c7da64ccb7e3006bbefd9f9cd2bad9880.zip
Adjusted message to be more descriptive (issue 126)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/com/gitblit/utils/ContainerUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/utils/ContainerUtils.java b/src/com/gitblit/utils/ContainerUtils.java
index 39ba6e08..919f99d6 100755
--- a/src/com/gitblit/utils/ContainerUtils.java
+++ b/src/com/gitblit/utils/ContainerUtils.java
@@ -113,7 +113,7 @@ public class ContainerUtils
{
if (e.getTargetException() != null && e.getTargetException() instanceof CharConversionException)
{
- 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");
+ 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");
return true;
}
throw e;