I have changed the FilterChainProxy filterInvocationDefinitionSource property and set the urls which should not be secured by Acegi and it worked.
<bean id="filterChainProxy"...
Type: Posts; User: acrolead@yahoo.com; Keyword(s):
I have changed the FilterChainProxy filterInvocationDefinitionSource property and set the urls which should not be secured by Acegi and it worked.
<bean id="filterChainProxy"...
Dear Mr. Alex
Please fix the problem discussed in this Thread.
Although the solution provided by "alphakey" is working 95% but this is a dirty approach.
I am using Acegi in a project and I...
Hi
I have the same problem using the c:import jstl tag and passing parameters using c:param tag.
ONLY immediately after the login and only the first time this happens.
I have replaced the c:import...
I have :
<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
and:
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
</head>
The labels...
Here is the problem i have:
1- user types in the user id in which is in Thai letters
2- System authenticate the user password and since it is wrong, it shows Bad Credentials BUT the entered userId...
what is the exact url of your logout link?
Hi
first replace the filterInvocationDefinitionSource property of filterChainProxy bean from what you have into :
...
Problem Definition:
1- Acegi is configured correctly and works fine.Authentication is working. User can login, logout, filters are working fine.
2- User logs in, system forwards the user to the...
I believe this is a common issue for lots of Web Applications with huge number of records and users which need data filtering on user credentials. I have done 3 big ERP applications in J2EE till now...
Dear Acegi / Spring professionals,
It is quite nice to have domain object data security / collection filtering in the context of application memory. But what if somebody needs to filter the...