Actually I wanted to write:
When I am type in the URL /user/home.htm with NO login before, it is not redirecting correctly to the login url index.htm, but shows the content of this /user/home.htm
Type: Posts; User: Shining77; Keyword(s):
Actually I wanted to write:
When I am type in the URL /user/home.htm with NO login before, it is not redirecting correctly to the login url index.htm, but shows the content of this /user/home.htm
Hello !!
My configuration looks like this:
<security:http auto-config="false" use-expressions="true" disable-url-rewriting="true" entry-point-ref="loginUrlAuthenticationEntryPoint">
...
Hi @ll !!
I have a problem with my following configuration:
<security:http entry-point-ref="loginUrlAuthenticationEntryPoint" auto-config="true" use-expressions="true"...
Hello,
my configuration looks like this:
<security:http entry-point-ref="loginUrlAuthenticationEntryPoint" auto-config="true" use-expressions="true" disable-url-rewriting="true">
...
That is working now with the forward, many thanks!
Now my last problem: When I call a secured URL with no user login, it is now not jumping to my entry point anymore.
My configuration is the...
Hello,
I have the following problem:
I am using Spring Security and my entry-point is
<security:form-login login-page="/index.htm" default-target-url="/start.htm"...
Hello !!
I am getting the following exception:
java.lang.ClassCastException: org.springframework.context.event.ContextRefreshedEvent cannot be cast to...
Well my button in the index.jsp looks like this:
...
<a href="index.htm">
...
SSL is correctly configured. When I am disabling the channelProcessingFilter in my filterChainProxy, a call on...
Hello !!
I have the following problem with a SSL implementation:
<bean id="filterChainProxy"
class="org.acegisecurity.util.FilterChainProxy">
<property...
My problem is that I did not see any real Java exception when this error page sometimes has occured.
There is simply this HTTP 500 Internal Server with no other infos. The catalina.out said nothing,...
Hello !!
I am working on a software project with Spring Web-MVC and Spring Acegi Security.
My problem is that I am sometimes running on a 500 Internal Server Error with only this message on a...
I have changed the objectDefinitionSource now to:
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
PATTERN_TYPE_APACHE_ANT
/index.htm=ROLE_ANONYMOUS
/company/**=ROLE_COMPANY
/user/**=ROLE_USER
The problem is that I am really new to Acegi.
Where do I have to change what in my conf-files? Thanks for some hints
Hello altogether,
I got the following problem after the successful start of my tomcat in my browser:
***
Redirect loop
The requested website redirect the request in a way that it can be...