Changeset 5331 for branches/release-0.15.x/pustefix-live/src/main/java/org/pustefixframework/live/LiveResolver.java
- Timestamp:
- 09/01/10 12:13:15 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.15.x/pustefix-live/src/main/java/org/pustefixframework/live/LiveResolver.java
r5330 r5331 123 123 public URL resolveLiveDocroot(String docroot, String path) throws Exception { 124 124 125 if (getLiveJarInfo().hasWarEntries() ) {125 if (getLiveJarInfo().hasWarEntries() && !docroot.endsWith("src/main/webapp")) { 126 126 // live.xml defines live folders for web applications, use this information 127 127 if (LOG.isDebugEnabled()) {
