【发布时间】:2014-02-19 15:33:00
【问题描述】:
我是 Spring 新手。我有一个关于配置以在登录后允许 https 重定向的问题。我正在使用 Vmware vfabric tc 服务器作为 Web 服务器。
在app-security-context.xml 我在 http 块中有一个警告。
这个警告是:
Referenced bean 'org.springframework.security.web.access.channel.
ChannelDecisionManagerImpl' not found
[config set: PresentationLayer/ web-context]
所以当我尝试登录时,我的浏览器中会出现一条错误消息“该页面不可用”
【问题讨论】:
-
发布你的
app-security-context.xml的内容