Re: [OSGi] - Configuration and classloader

2019-08-02 Thread Steinar Bang
> Steinar Bang : > Francois Papon > : >> Hi Steinar, >> I started some test projects, you can take a look here: >> https://github.com/fpapon/shiro-labs > thanks! I may be able to replace the deprecated > WebIniSecurityManagerFactory with stuff from here: > >

[jira] [Resolved] (SHIRO-552) JdbcRealm in SaltStyle.COLUMN assumes that password column is Base64 but salt column is utf8 bytes

2019-08-02 Thread Francois Papon (JIRA)
[ https://issues.apache.org/jira/browse/SHIRO-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Papon resolved SHIRO-552. -- Resolution: Resolved [~s...@dod.no] thanks! > JdbcRealm in SaltStyle.COLUMN assumes that

[GitHub] [shiro] fpapon merged pull request #138: [SHIRO-552] Support base64 encoded salt in JdbcRealm

2019-08-02 Thread GitBox
fpapon merged pull request #138: [SHIRO-552] Support base64 encoded salt in JdbcRealm URL: https://github.com/apache/shiro/pull/138 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Updated] (SHIRO-552) JdbcRealm in SaltStyle.COLUMN assumes that password column is Base64 but salt column is utf8 bytes

2019-08-02 Thread Francois Papon (JIRA)
[ https://issues.apache.org/jira/browse/SHIRO-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Papon updated SHIRO-552: - Fix Version/s: 1.5.0 > JdbcRealm in SaltStyle.COLUMN assumes that password column is Base64 but

[GitHub] [shiro] asf-ci commented on issue #138: Support base64 encoded salt in JdbcRealm

2019-08-02 Thread GitBox
asf-ci commented on issue #138: Support base64 encoded salt in JdbcRealm URL: https://github.com/apache/shiro/pull/138#issuecomment-517761803 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Shiro-pr/155/

[GitHub] [shiro] steinarb commented on issue #138: Support base64 encoded salt in JdbcRealm

2019-08-02 Thread GitBox
steinarb commented on issue #138: Support base64 encoded salt in JdbcRealm URL: https://github.com/apache/shiro/pull/138#issuecomment-517752959 @fpapon rebased, conflict resolved, built with "mvn clean install" with no errors, and branch force-pushed

[GitHub] [shiro] fpapon commented on issue #138: Support base64 encoded salt in JdbcRealm

2019-08-02 Thread GitBox
fpapon commented on issue #138: Support base64 encoded salt in JdbcRealm URL: https://github.com/apache/shiro/pull/138#issuecomment-517708156 @steinarb yes, thanks! This is an automated message from the Apache Git Service. To

[GitHub] [shiro] steinarb commented on issue #138: Support base64 encoded salt in JdbcRealm

2019-08-02 Thread GitBox
steinarb commented on issue #138: Support base64 encoded salt in JdbcRealm URL: https://github.com/apache/shiro/pull/138#issuecomment-517705111 @bdemers @fpapon Should I resolve the conflict and re-push? This is an