Merge branch '1.2.x'

This commit is contained in:
Andy Wilkinson
2015-06-24 17:13:39 +01:00

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);
}
}