update lastaflute
This commit is contained in:
parent
ead53fab67
commit
a09d6036d7
2 changed files with 6 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -39,7 +39,7 @@
|
|||
|
||||
<!-- Main Framework -->
|
||||
<dbflute.version>1.1.0-sp8</dbflute.version>
|
||||
<lastaflute.version>0.6.2-B-SNAPSHOT</lastaflute.version>
|
||||
<lastaflute.version>0.6.2-RC4</lastaflute.version>
|
||||
<lasta.taglib.version>0.6.0</lasta.taglib.version>
|
||||
<servlet.version>3.1.0</servlet.version>
|
||||
<jsp.version>2.3.1</jsp.version>
|
||||
|
|
|
@ -119,4 +119,9 @@ public class FessLoginAssist extends TypicalLoginAssist<String, FessUserBean, Us
|
|||
protected Class<?> getLoginActionType() {
|
||||
return LoginAction.class;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String toTypedUserId(String userKey) {
|
||||
return userKey;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue