dracic
2017-04-06 12:20:31 UTC
I have problem since I upgraded from 2.7.x to 2.10.x. The problem is similar
to the one that supposed to be resolved:
http://www.mail-archive.com/geoserver-***@lists.sourceforge.net/msg09204.html
<http://www.mail-archive.com/geoserver-***@lists.sourceforge.net/msg09204.html>
I have geoserver behind NGINX, and everything works except tile seeding.
When i click on seed button I get:
"Unknown or malformed request. Please try again, somtimes the form is not
properly received. This frequently happens on the first POST after a
restart. The POST was to /geoserver/gwc/rest/seed/nurc:Pk50095"
To exclude proxy base url settings (which are btw. correctly set in gs
settings) i tried the same thing directly on tomcat instance with the same
result. Also tried to set PROXY_BASE_URL in Geoserver web.xml. The only
thing I get in logs is:
/2017-04-06 12:15:49,881 DEBUG [geoserver.filters] - Compressing output for
mimetype: text/html;charset=UTF-8
2017-04-06 12:15:49,882 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/web/**'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/gwc/rest/web/**'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_check'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_check/'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_logout'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_logout/'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/rest/**'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/gwc/rest/**'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path:
/gwc/rest/seed/nurc:pk50095, QueryString: null with /gwc/rest/**
2017-04-06 12:15:54,310 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Converted URL to
lowercase, from: '/gwc/rest/seed/nurc:pk50095'; to:
'/gwc/rest/seed/nurc:pk50095' and httpMethod= GET
2017-04-06 12:15:54,310 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - ~~~~~~~~~~
antPath= /** methodList= [GET]
2017-04-06 12:15:54,310 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Candidate is:
'/gwc/rest/seed/nurc:pk50095'; antPath is /**; matchedPath=true;
matchedMethods=true
2017-04-06 12:15:54,310 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - returning ADMIN
2017-04-06 12:15:54,312 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/gwc/rest/seed/nurc:Pk50095]
2017-04-06 12:15:54,343 DEBUG [geoserver.filters] - Compressing output for
mimetype: text/html;charset=ISO-8859-1
2017-04-06 12:15:54,351 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:54,412 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/web/geowebcache_logo.png, QueryString: null';
against '/web/**'
2017-04-06 12:15:54,412 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/web/geowebcache_logo.png, QueryString: null';
against '/gwc/rest/web/**'
2017-04-06 12:15:54,412 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path:
/gwc/rest/web/geowebcache_logo.png, QueryString: null with /gwc/rest/web/**
2017-04-06 12:15:54,413 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/gwc/rest/web/geowebcache_logo.png]
2017-04-06 12:15:54,421 DEBUG [geoserver.filters] - Not compressing output
for mimetype: image/png
2017-04-06 12:15:54,421 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:54,422 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/web/gwc.css, QueryString: null'; against
'/web/**'
2017-04-06 12:15:54,422 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/web/gwc.css, QueryString: null'; against
'/gwc/rest/web/**'
2017-04-06 12:15:54,422 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path:
/gwc/rest/web/gwc.css, QueryString: null with /gwc/rest/web/**
2017-04-06 12:15:54,450 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/gwc/rest/web/gwc.css]
2017-04-06 12:15:54,451 DEBUG [geoserver.filters] - Compressing output for
mimetype: text/css
2017-04-06 12:15:54,451 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/web/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/gwc/rest/web/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_check'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_check/'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_logout'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_logout/'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/rest/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/gwc/rest/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Request matched by
universal pattern '/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: ,
QueryString: null with /**
2017-04-06 12:15:54,590 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:54,590 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:54,590 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:54,590 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:54,591 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/web/**'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/gwc/rest/web/**'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_check'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_check/'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_logout'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_logout/'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/rest/**'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/gwc/rest/**'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path:
/gwc/rest/seed/nurc:pk50095, QueryString: null with /gwc/rest/**
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Converted URL to
lowercase, from: '/gwc/rest/seed/nurc:pk50095'; to:
'/gwc/rest/seed/nurc:pk50095' and httpMethod= POST
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - ~~~~~~~~~~
antPath= /** methodList= [GET]
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Candidate is:
'/gwc/rest/seed/nurc:pk50095'; antPath is /**; matchedPath=true;
matchedMethods=false
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - ~~~~~~~~~~
antPath= /** methodList= [POST, DELETE, PUT]
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Candidate is:
'/gwc/rest/seed/nurc:pk50095'; antPath is /**; matchedPath=true;
matchedMethods=true
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - returning ADMIN
2017-04-06 12:15:55,988 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/gwc/rest/seed/nurc:Pk50095]
2017-04-06 12:15:56,027 DEBUG [geoserver.filters] - Compressing output for
mimetype: text/plain;charset=ISO-8859-1
2017-04-06 12:15:56,027 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/web/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/gwc/rest/web/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_check'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_check/'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_logout'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_logout/'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/rest/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/gwc/rest/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Request matched by
universal pattern '/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: ,
QueryString: null with /**
2017-04-06 12:15:56,120 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:56,120 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:56,120 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:56,120 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:56,120 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:57,443 DEBUG [geoserver.wps] - Removing statuses matching
[[[ NOT [ completionTime IS NULL ] ] AND
***@a04a0a1] AND [[ NOT [ lastUpdated IS
NULL ] ] AND ***@5004b8d]]
2017-04-06 12:16:24,945 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /web/wicket/bookmarkable/org.geoserver.web.admin.logpage,
QueryString: null'; against '/web/**'
2017-04-06 12:16:24,945 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path:
/web/wicket/bookmarkable/org.geoserver.web.admin.logpage, QueryString: null
with /web/**
2017-04-06 12:16:24,947 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
2017-04-06 12:16:24,947 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
2017-04-06 12:16:24,947 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
2017-04-06 12:16:24,947 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
2017-04-06 12:16:24,947 DEBUG [org.geoserver] - Thread 66 locking in mode
WRITE
2017-04-06 12:16:24,947 DEBUG [org.geoserver] - Thread 66 got the lock in
mode WRITE/
Any idea? This was functional on 2.7.x
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Integrated-gwc-problem-tp5316121.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
to the one that supposed to be resolved:
http://www.mail-archive.com/geoserver-***@lists.sourceforge.net/msg09204.html
<http://www.mail-archive.com/geoserver-***@lists.sourceforge.net/msg09204.html>
I have geoserver behind NGINX, and everything works except tile seeding.
When i click on seed button I get:
"Unknown or malformed request. Please try again, somtimes the form is not
properly received. This frequently happens on the first POST after a
restart. The POST was to /geoserver/gwc/rest/seed/nurc:Pk50095"
To exclude proxy base url settings (which are btw. correctly set in gs
settings) i tried the same thing directly on tomcat instance with the same
result. Also tried to set PROXY_BASE_URL in Geoserver web.xml. The only
thing I get in logs is:
/2017-04-06 12:15:49,881 DEBUG [geoserver.filters] - Compressing output for
mimetype: text/html;charset=UTF-8
2017-04-06 12:15:49,882 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/web/**'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/gwc/rest/web/**'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_check'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_check/'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_logout'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_logout/'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/rest/**'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/gwc/rest/**'
2017-04-06 12:15:54,310 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path:
/gwc/rest/seed/nurc:pk50095, QueryString: null with /gwc/rest/**
2017-04-06 12:15:54,310 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Converted URL to
lowercase, from: '/gwc/rest/seed/nurc:pk50095'; to:
'/gwc/rest/seed/nurc:pk50095' and httpMethod= GET
2017-04-06 12:15:54,310 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - ~~~~~~~~~~
antPath= /** methodList= [GET]
2017-04-06 12:15:54,310 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Candidate is:
'/gwc/rest/seed/nurc:pk50095'; antPath is /**; matchedPath=true;
matchedMethods=true
2017-04-06 12:15:54,310 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - returning ADMIN
2017-04-06 12:15:54,312 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/gwc/rest/seed/nurc:Pk50095]
2017-04-06 12:15:54,343 DEBUG [geoserver.filters] - Compressing output for
mimetype: text/html;charset=ISO-8859-1
2017-04-06 12:15:54,351 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:54,412 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/web/geowebcache_logo.png, QueryString: null';
against '/web/**'
2017-04-06 12:15:54,412 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/web/geowebcache_logo.png, QueryString: null';
against '/gwc/rest/web/**'
2017-04-06 12:15:54,412 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path:
/gwc/rest/web/geowebcache_logo.png, QueryString: null with /gwc/rest/web/**
2017-04-06 12:15:54,413 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/gwc/rest/web/geowebcache_logo.png]
2017-04-06 12:15:54,421 DEBUG [geoserver.filters] - Not compressing output
for mimetype: image/png
2017-04-06 12:15:54,421 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:54,422 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/web/gwc.css, QueryString: null'; against
'/web/**'
2017-04-06 12:15:54,422 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/web/gwc.css, QueryString: null'; against
'/gwc/rest/web/**'
2017-04-06 12:15:54,422 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path:
/gwc/rest/web/gwc.css, QueryString: null with /gwc/rest/web/**
2017-04-06 12:15:54,450 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/gwc/rest/web/gwc.css]
2017-04-06 12:15:54,451 DEBUG [geoserver.filters] - Compressing output for
mimetype: text/css
2017-04-06 12:15:54,451 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/web/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/gwc/rest/web/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_check'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_check/'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_logout'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_logout/'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/rest/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/gwc/rest/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Request matched by
universal pattern '/**'
2017-04-06 12:15:54,589 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: ,
QueryString: null with /**
2017-04-06 12:15:54,590 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:54,590 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:54,590 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:54,590 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:54,591 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/web/**'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/gwc/rest/web/**'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_check'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_check/'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_logout'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/j_spring_security_logout/'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/rest/**'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /gwc/rest/seed/nurc:pk50095, QueryString: null'; against
'/gwc/rest/**'
2017-04-06 12:15:55,986 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path:
/gwc/rest/seed/nurc:pk50095, QueryString: null with /gwc/rest/**
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Converted URL to
lowercase, from: '/gwc/rest/seed/nurc:pk50095'; to:
'/gwc/rest/seed/nurc:pk50095' and httpMethod= POST
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - ~~~~~~~~~~
antPath= /** methodList= [GET]
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Candidate is:
'/gwc/rest/seed/nurc:pk50095'; antPath is /**; matchedPath=true;
matchedMethods=false
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - ~~~~~~~~~~
antPath= /** methodList= [POST, DELETE, PUT]
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Candidate is:
'/gwc/rest/seed/nurc:pk50095'; antPath is /**; matchedPath=true;
matchedMethods=true
2017-04-06 12:15:55,987 DEBUG
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - returning ADMIN
2017-04-06 12:15:55,988 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/gwc/rest/seed/nurc:Pk50095]
2017-04-06 12:15:56,027 DEBUG [geoserver.filters] - Compressing output for
mimetype: text/plain;charset=ISO-8859-1
2017-04-06 12:15:56,027 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/web/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/gwc/rest/web/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_check'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_check/'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_logout'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/j_spring_security_logout/'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/rest/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/gwc/rest/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: , QueryString: null'; against '/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Request matched by
universal pattern '/**'
2017-04-06 12:15:56,118 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: ,
QueryString: null with /**
2017-04-06 12:15:56,120 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:56,120 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:56,120 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:56,120 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/]
2017-04-06 12:15:56,120 DEBUG
[filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder
now cleared, as request processing completed
2017-04-06 12:15:57,443 DEBUG [geoserver.wps] - Removing statuses matching
[[[ NOT [ completionTime IS NULL ] ] AND
***@a04a0a1] AND [[ NOT [ lastUpdated IS
NULL ] ] AND ***@5004b8d]]
2017-04-06 12:16:24,945 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of
request : 'Path: /web/wicket/bookmarkable/org.geoserver.web.admin.logpage,
QueryString: null'; against '/web/**'
2017-04-06 12:16:24,945 DEBUG
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path:
/web/wicket/bookmarkable/org.geoserver.web.admin.logpage, QueryString: null
with /web/**
2017-04-06 12:16:24,947 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
2017-04-06 12:16:24,947 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
2017-04-06 12:16:24,947 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
2017-04-06 12:16:24,947 TRACE [ows.OWSHandlerMapping] - No handler mapping
found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
2017-04-06 12:16:24,947 DEBUG [org.geoserver] - Thread 66 locking in mode
WRITE
2017-04-06 12:16:24,947 DEBUG [org.geoserver] - Thread 66 got the lock in
mode WRITE/
Any idea? This was functional on 2.7.x
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Integrated-gwc-problem-tp5316121.html
Sent from the GeoServer - User mailing list archive at Nabble.com.