Search:

Type: Posts; User: Shining77; Keyword(s):

Search: Search took 0.09 seconds.

  1. Actually I wanted to write: When I am type in...

    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
  2. Problem with LoginUrlEntryPoint and intercept

    Hello !!

    My configuration looks like this:

    <security:http auto-config="false" use-expressions="true" disable-url-rewriting="true" entry-point-ref="loginUrlAuthenticationEntryPoint">
    ...
  3. Replies
    0
    Views
    186

    Problem with LoginUrlEntryPoint

    Hi @ll !!

    I have a problem with my following configuration:

    <security:http entry-point-ref="loginUrlAuthenticationEntryPoint" auto-config="true" use-expressions="true"...
  4. problem with using entry-point and intercept-url patterns

    Hello,

    my configuration looks like this:

    <security:http entry-point-ref="loginUrlAuthenticationEntryPoint" auto-config="true" use-expressions="true" disable-url-rewriting="true">
    ...
  5. That is working now with the forward, many...

    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...
  6. problem with hiding the url of entry-point

    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"...
  7. Replies
    1
    Views
    434

    Problem with session-management

    Hello !!

    I am getting the following exception:

    java.lang.ClassCastException: org.springframework.context.event.ContextRefreshedEvent cannot be cast to...
  8. Replies
    3
    Views
    545

    Well my button in the index.jsp looks like this:...

    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...
  9. Replies
    3
    Views
    545

    Problem with SSL

    Hello !!

    I have the following problem with a SSL implementation:

    <bean id="filterChainProxy"
    class="org.acegisecurity.util.FilterChainProxy">
    <property...
  10. My problem is that I did not see any real Java...

    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,...
  11. Problems with 500er Internal Server Error

    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...
  12. Replies
    5
    Views
    791

    I have changed the objectDefinitionSource now to:...

    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
  13. Replies
    5
    Views
    791

    The problem is that I am really new to Acegi. ...

    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
  14. Replies
    5
    Views
    791

    Problem with Acegi

    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...
Results 1 to 14 of 14