ActiveMQ 杂记
7月 3, 2023 |
Nix.Huang
ActiveMQ 增加消费能力 broker添加<policyEntry queue=”>” co […more]
基于lucene-core 4.10.3接口, 亲测ok 假设要自定义一个keyword分词器,以省、市、县、 […more]
为了简单,本文基于lucene 1.4.3 分析,鄙人一直坚信,越古老的东西越质朴,便于分析。1.4.3是我能 […more]
1 2 3 4 5 6 7 8 9 |
<http use-expressions="false"> <intercept-url pattern="/switchuser.jsp" access="ROLE_SUPERVISOR"/> <intercept-url pattern="/login/impersonate" access="ROLE_SUPERVISOR"/> <custom-filter ref="switchUserProcessingFilter" position="SWITCH_USER_FILTER"/> </http> <b:bean id="switchUserProcessingFilter" class="org.springframework.security.web.authentication.switchuser.SwitchUserFilter" autowire="byType"> <b:property name="targetUrl" value="/secure/index.htm"/> </b:bean> |
用户使用”/login/impersonat […more]
1 2 3 4 5 6 7 8 |
<form-login login-page="/login.jsp" authentication-failure-url="/login.jsp?login_error=1" default-target-url="/index.jsp" login-processing-url="/login" username-parameter="username" password-parameter="password" always-use-default-target="false" /> |
login-page:渲染登录的页面 aut […more]
对于没有session的客户端, 比如基于httpClient的http Invoker实现,那么就只能使用b […more]
RememberMeServices有三个方法 loginFail和loginSuccess分别在用户登录成功 […more]
Session管理的主要目标有:固定攻击的防御, 同用户并发数量的处理 [crayon-673edcbf41d […more]
Anonymous认证主要目的为那些不需要保护的资源提供spring security 相关的属性, 因为An […more]
http://ip:portl/cat/r/monitor?op=batch&batch= ${gro […more]