Show
Ignore:
Timestamp:
08/21/08 04:03:40 (5 months ago)
Author:
arneke
Message:

This commit makes GeoWebCache nearly SRS agnostic and compatible with Ionic WMS servers (limited testing). The XML configuration still needs to be updated.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/geowebcache/src/main/java/org/geowebcache/GeoWebCacheDispatcher.java

    r323 r337  
    2121import java.io.InputStream; 
    2222import java.io.OutputStream; 
    23 import java.net.URL; 
    2423import java.util.HashMap; 
    2524import java.util.Iterator; 
     
    3938import org.geowebcache.service.Service; 
    4039import org.geowebcache.tile.Tile; 
    41 import org.springframework.core.io.Resource; 
    4240import org.springframework.web.context.WebApplicationContext; 
    4341import org.springframework.web.servlet.ModelAndView;