You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2019/05/12 18:26:27 UTC

[roller] branch roller-5.2.x updated (7c66f77 -> cabe66b)

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

snoopdave pushed a change to branch roller-5.2.x
in repository https://gitbox.apache.org/repos/asf/roller.git.


    from 7c66f77  Oops. Did not mean to switch to LDAP as default.
     add 344677c  [ROL-2137] if you're going to enable remember me then you must set a unqiue key. And not the well known springRocks that was the default.
     new cabe66b  Merge pull request #27 from apache/ROL-2137

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../RollerRememberMeAuthenticationProvider.java}   | 43 ++++++++++------------
 .../ui/core/security/RollerRememberMeServices.java | 20 +++++++++-
 .../roller/weblogger/config/roller.properties      |  6 ++-
 app/src/main/webapp/WEB-INF/security.xml           |  2 +-
 4 files changed, 44 insertions(+), 27 deletions(-)
 copy app/src/main/java/org/apache/roller/weblogger/{business/search/operations/ReadFromIndexOperation.java => ui/core/security/RollerRememberMeAuthenticationProvider.java} (52%)


[roller] 01/01: Merge pull request #27 from apache/ROL-2137

Posted by sn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch roller-5.2.x
in repository https://gitbox.apache.org/repos/asf/roller.git

commit cabe66b2b7637f19e59a6e52f477d13a6688d311
Merge: 7c66f77 344677c
Author: David M. Johnson <sn...@users.noreply.github.com>
AuthorDate: Sun May 12 14:26:22 2019 -0400

    Merge pull request #27 from apache/ROL-2137
    
    [ROL-2137] Require setting rememberme.key

 .../RollerRememberMeAuthenticationProvider.java    | 44 ++++++++++++++++++++++
 .../ui/core/security/RollerRememberMeServices.java | 20 +++++++++-
 .../roller/weblogger/config/roller.properties      |  6 ++-
 app/src/main/webapp/WEB-INF/security.xml           |  2 +-
 4 files changed, 68 insertions(+), 4 deletions(-)