<p>Chain testing is done by specifying an HTTP method and the URL path excluding the context root. As an example, for testing <strong>http://localhost:8080/geoserver/wms?request=getCapabilities</strong> the test URL path is <strong>/wms</strong></p>
<p>Testování řetězce se provádí zadáním metody HTTP a cesty URL bez kořenového adresáře. Jako příklad pro testování <strong>http://localhost:8080/geoserver/wms?request=getCapabilities</strong> je cesta testovací URL <strong>/wms</strong>
AuthenticationPage.authChains=Filter Chains
AuthenticationPage.authChainsHelp.title=Filter Authentication Chains
AuthenticationPage.authChainsHelp=<p>Add, edit and remove individual chains</p><p>Different authentication mechanisms are available for each chain type. HTML chains should be used for chains returning HTML pages, service chains for all other kind of services.</p> <p>The order of the filter chains is important. The first chain matching an incoming request processes the request.</p>
AuthenticationPage.filterChain=Filter chain testing
AuthenticationPage.filterChainHelp.title=Filter testing