| | |
| | | /** |
| | | * 权限排除路径:/proxy,要求全部小写 |
| | | */ |
| | | public static String[] EXCLUDE_PATH = new String[]{"/swagger", "/sign/", "/fmeit/", "/perms/", "/floatserver/", "/error", "/wmts/select"}; |
| | | public static String[] EXCLUDE_PATH = new String[]{"/sign/", "/perms/", "/fmeit/", "/crds/", "/floatserver/", "/wmts/select", "/swagger", "/error"}; |
| | | |
| | | /** |
| | | * 数值:2 |
| | |
| | | public final static String TIFF = ".tiff"; |
| | | |
| | | /** |
| | | * WMTS |
| | | * admin |
| | | */ |
| | | public final static String WMTS = "WMTS"; |
| | | |
| | | /** |
| | | * GetCapabilities |
| | | */ |
| | | public final static String CAPABILITY = "GetCapabilities"; |
| | | public final static String ADMIN = "admin"; |
| | | |
| | | /** |
| | | * 版本号 |