the portlet container will set the security principal on the portlet request

This commit is contained in:
Scott Andrews
2008-04-02 15:49:56 +00:00
parent bba2b4ed95
commit 4637b64355

View File

@@ -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>