Merge branch '1.1.x'
This commit is contained in:
		
						commit
						3d3ca42318
					
				|  | @ -66,7 +66,7 @@ public abstract class AbstractEmbeddedServletContainerFactory extends | |||
| 		file = file != null ? file : getExplodedWarFileDocumentRoot(); | ||||
| 		// Or maybe there is a document root in a well-known location | ||||
| 		file = file != null ? file : getCommonDocumentRoot(); | ||||
| 		if (file == null && this.logger.isWarnEnabled()) { | ||||
| 		if (file == null && this.logger.isDebugEnabled()) { | ||||
| 			this.logger.debug("None of the document roots " | ||||
| 					+ Arrays.asList(COMMON_DOC_ROOTS) | ||||
| 					+ " point to a directory and will be ignored."); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue