- Timestamp:
- 08/22/08 19:27:36 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/geowebcache/src/main/java/org/geowebcache/GeoWebCacheDispatcher.java
r338 r346 50 50 public static final String TYPE_SERVICE = "service"; 51 51 52 public static final String TYPE_SEED = "seed";52 //public static final String TYPE_SEED = "seed"; 53 53 54 54 public static final String TYPE_TRUNCATE = "truncate"; … … 85 85 86 86 /** 87 * GeoServer and other solutions that embedd this dispatcher will prepend a87 * GeoServer and other solutions that embedded this dispatcher will prepend a 88 88 * path, this is used to remove it. 89 89 *
