This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 3ebff416 Deploying to documentation branch - 16:58:09
3ebff416 is described below

commit 3ebff4162a64dd0e34cc0594febb14aaa9c94e72
Author: matrei <[email protected]>
AuthorDate: Tue Oct 14 16:58:09 2025 +0000

    Deploying to documentation branch - 16:58:09
---
 snapshot/core-plugin/guide/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/snapshot/core-plugin/guide/index.html 
b/snapshot/core-plugin/guide/index.html
index 153e2dd0..4bbc022f 100644
--- a/snapshot/core-plugin/guide/index.html
+++ b/snapshot/core-plugin/guide/index.html
@@ -2325,9 +2325,9 @@ new Requestmap(url: "/secure/someOtherAction",
 <p>and the corresponding static mappings would be</p>
 </div>
 <div class="listingblock">
-<div class="title">Listing 22. Adding mappings in 
<code>grails.plugin.springsecurity.interceptUrlMap</code></div>
+<div class="title">Listing 22. Adding mappings in 
<code>grails.plugin.springsecurity.controllerAnnotations.staticRules</code></div>
 <div class="content">
-<pre class="prettyprint highlight"><code 
data-lang="groovy">grails.plugin.springsecurity.interceptUrlMap = [
+<pre class="prettyprint highlight"><code 
data-lang="groovy">grails.plugin.springsecurity.controllerAnnotations.staticRules
 = [
    [pattern: '/secure/someAction',      access: ["hasRole('ROLE_ADMIN')"]],
    [pattern: '/secure/someOtherAction', access: ["authentication.name == 
'ralph'"]]
 ]</code></pre>
@@ -7245,7 +7245,7 @@ logger 'grails.plugin.springsecurity', DEBUG, ['STDOUT'], 
false</code></pre>
 <div id="footer">
 <div id="footer-text">
 Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-10-14 15:19:23 UTC
+Last updated 2025-10-14 16:55:51 UTC
 </div>
 </div>
 <script 
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js";></script>

Reply via email to