Spring JS部分请求 - 会话已过期

时间:2012-09-24 15:37:28

标签: spring spring-js expired-sessions

我正在使用Spring JS(Spring WebFlow)来执行ajax请求。 E.g:

<input type="submit" id="searchButton" name="_eventId_search" value="Find" onClick="wait(this.id)" />
<script type="text/javascript">
    Spring.addDecoration(new Spring.AjaxEventDecoration({
        elementId: "searchButton",
        formId: "searchModel",
        event: "onclick",
        params: {fragments: "content"}
    }));
</script>

HTTP会话过期时出现问题,Spring Security将登录页面作为部分响应发送。我知道,这个问题会影响所有AJAX库,但是我找不到任何关于Spring JavaScript(Dojo)的东西。你有一个(简单的)解决方案吗?

非常感谢

0 个答案:

没有答案