| When playing with service filter chains, it was found that the filter chain test didn't always choose the correct filter chain. Creating a filter chain called wms and using the ant pattern /wms*, /wms/*, /wms/ on a filter chain with everything else left as default clicking on the find chain button with the below url displays default for the filter chain test result. Selecting the chain filter anonymous for default and basic for the wms filter above and then entering the url below in a separate browser causes the browser to show a basic authentication login dialog. url: http://localhost:8080/geoserver/wms?request=GetCapabilities and the pattern chosen was default. |