<%@ page contentType="text/html;charset=UTF-8" %>
<%@ page %>
<%@page import="org.acegisecurity.ui.webapp.AuthenticationProcessingFilter"%>
<html>
<head>
<title>Acegi测试</title>
</head>
<body bgcolor="6683ff">
欢迎你 <%= session.getAttribute(AuthenticationProces ...
- 11:02
- 浏览 (95)
- 评论 (0)
<%@ page contentType="text/html;charset=UTF-8" %>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<html>
<head>
</head>
<body bgcolor="336699">
<html:form action="/user.do?method=authenticate">
<center>
<img src="spring.jpg"/><br/>
用户名<i ...
- 11:01
- 浏览 (95)
- 评论 (0)
下面是配置文件 acegi.xml的内容
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<!-- ======================== FILTER CHAIN ======================= -->
<bean id="filterChainProxy"
class="org. ...
- 10:59
- 浏览 (79)
- 评论 (0)







评论排行榜