Merge branch '1.2.x'

This commit is contained in:
Andy Wilkinson 2015-06-24 17:13:39 +01:00
commit 9aa445bf46
1 changed files with 2 additions and 1 deletions

View File

@ -402,7 +402,8 @@ public class TomcatEmbeddedServletContainerFactory extends
}
catch (IOException ex) {
throw new EmbeddedServletContainerException(
"Unable to create Tomcat tempdir", ex);
"Unable to create Tomcat tempdir. java.io.tmpdir is set to "
+ System.getProperty("java.io.tmpdir"), ex);
}
}