Repository: jena
Updated Branches:
  refs/heads/master d50dbec01 -> ddcdf5b4c


Change filter name to 'localhostFilter'


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/ddcdf5b4
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/ddcdf5b4
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/ddcdf5b4

Branch: refs/heads/master
Commit: ddcdf5b4c71e7d41f52651f55cbb605f7fc5f8d4
Parents: d50dbec
Author: Andy Seaborne <[email protected]>
Authored: Wed Apr 8 14:55:44 2015 +0100
Committer: Andy Seaborne <[email protected]>
Committed: Wed Apr 8 14:55:44 2015 +0100

----------------------------------------------------------------------
 .../src/main/resources/org/apache/jena/fuseki/server/shiro.ini   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/ddcdf5b4/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/shiro.ini
----------------------------------------------------------------------
diff --git 
a/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/shiro.ini
 
b/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/shiro.ini
index cb2d1dc..595fc83 100644
--- 
a/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/shiro.ini
+++ 
b/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/shiro.ini
@@ -8,7 +8,7 @@ 
plainMatcher=org.apache.shiro.authc.credential.SimpleCredentialsMatcher
 #iniRealm=org.apache.shiro.realm.text.IniRealm 
 iniRealm.credentialsMatcher = $plainMatcher
 
-localhost=org.apache.jena.fuseki.authz.LocalhostFilter
+localhostFilter=org.apache.jena.fuseki.authz.LocalhostFilter
 
 [users]
 # Implicitly adds "iniRealm =  org.apache.shiro.realm.text.IniRealm"
@@ -22,7 +22,7 @@ admin=pw
 /$/ping   = anon
 
 ## and the rest are restricted to localhost.
-/$/** = localhost
+/$/** = localhostFilter
 
 ## If you want simple, basic authentication user/password
 ## on the operations, 

Reply via email to