Show
Ignore:
Timestamp:
08/25/08 16:36:49 (4 months ago)
Author:
arneke
Message:

Added proxy interface to support JS client

Files:
1 modified

Legend:

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

    r317 r354  
     1/** 
     2 * This code is taken from Spring and therefore presumably licensed under Apache 2.0 
     3 *  
     4 * http://www.apache.org/licenses/LICENSE-2.0.html 
     5 *  
     6 * @author Chris Berry 
     7 *         http://opensource.atlassian.com/projects/spring/browse/SEC-531 
     8 */ 
     9 
    110package org.geowebcache.security; 
    211 
     
    2029import org.springframework.util.PathMatcher; 
    2130 
    22 /** 
    23  *  
    24  * @author Chris Berry 
    25  *         http://opensource.atlassian.com/projects/spring/browse/SEC-531 
    26  *  
    27  */ 
    2831 
    2932public class RESTfulPathBasedFilterInvocationDefinitionMap extends