Changeset 5325 for branches/release-0.15.x/pustefix-core/src/main/java/de/schlund/pfixxml/config/GlobalConfig.java
- Timestamp:
- 08/27/10 11:17:43 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.15.x/pustefix-core/src/main/java/de/schlund/pfixxml/config/GlobalConfig.java
r4512 r5325 60 60 static void setDocroot(String path) { 61 61 if (docroot != null || servletContext != null) { 62 if(path.equals(docroot)) return; 62 63 throw new IllegalStateException("Docroot or servlet context may only be set once!"); 63 64 }
