English 中文(简体)
如何避免使用春季安保自动登录
原标题:how to avoid a automatic logout using spring security

i m 借助春天的安全核心金,与奇怪问题作斗争。 在成功点击任何安全链接后,现用户自动登录。 很难确定原因,因为这种行为只在一些情况下发生。 申请通过使用申请地图进行。 没有例外,要求地图的配置是正确的。

grails 1.3.7, Spring security core plugin 1.2.1

最佳回答

问题是服务器机库的配置不当。 在某些地方,www被使用,有些集束不使用。 因此,确保你使用同样的服务器机,例如,在编织机、一台服务器、一台打印机......。

问题回答

暂无回答




相关问题
Groovy - how to exit each loop?

I m new to Grails/Groovy and am trying to find a node in a an xml file; I ve figured out how to iterate over all of them, but I want to exit the loop when the target node is found. I ve read that ...

Eclipse Spring Builder set properties with Groovy beans

I typically use groovy to construct simple bean but the Spring IDE plugin to eclipse fails to build when I try to set a property that is generated by groovy without an explicit setter. For example, ...

How can I get this snippet to work?

I d like to port a little piece of code from Ruby to Groovy, and I m stuck at this: def given(array,closure) { closure.delegate = array closure() } given([1,2,3,4]) { findAll { it > 4} ...

Changing the value in a map in Groovy

This is about a very basic program I m writing in Groovy. I have defined a map inside a method: def addItem() { print("Enter the item name: ") def itemName = reader.readLine() print(...

Is functional Clojure or imperative Groovy more readable?

OK, no cheating now. No, really, take a minute or two and try this out. What does "positions" do? Edit: simplified according to cgrand s suggestion. (defn redux [[current next] flag] [(if flag ...

热门标签