afs commented on issue #2617:
URL: https://github.com/apache/jena/issues/2617#issuecomment-2265824649

   It seems to work -- possibly because the example default file is setting the 
`credentialsMatcher`.
   ```
   [main]
   plainMatcher=org.apache.shiro.authc.credential.SimpleCredentialsMatcher
   iniRealm.credentialsMatcher = $plainMatcher
   
   [users]
   user99=password99
   
   [urls]
   /** = authcBasic,user[user99]
   ```
   
   It would be better to update the documentation and default file to use 
argon2 as suggested.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to