the portlet container will set the security principal on the portlet request
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
|
||||
|
||||
<on-start>
|
||||
<evaluate expression="bookingService.findUser(currentUser.name)" result="conversationScope.currentUser"/>
|
||||
</on-start>
|
||||
|
||||
<view-state id="intro">
|
||||
<transition on="main" to="main" />
|
||||
</view-state>
|
||||
|
||||
Reference in New Issue
Block a user