Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    816

    You can set an action as defaulTargetURL too.

    You can set an action as defaulTargetURL too.
  2. Replies
    4
    Views
    1,179

    as far as i know using struts 2 with spring...

    as far as i know using struts 2 with spring together autowiring will be enabled by default.
  3. Replies
    2
    Views
    851

    Exactly what i needed, it's working now thank you.

    Exactly what i needed, it's working now thank you.
  4. Replies
    2
    Views
    851

    Question about login

    Hi,

    i'm using Spring Security and the /spring_security_login Form.
    My Question is if i send a request to a specific URL for instance:
    http://localhost:8080/Testapp1.0/doit.action and im not...
  5. Replies
    6
    Views
    1,157

    i'm having a user who can add new user and give...

    i'm having a user who can add new user and give them new roles too. this all is no problem if the user who gets a new role isn't logged in. so when he loges in he has the new roles.

    But when he...
  6. Replies
    6
    Views
    1,157

    Is there a way to set alwaysReauthenticate true...

    Is there a way to set alwaysReauthenticate true from the FilterSecurityInterceptor with using the auto-config ?
  7. Replies
    6
    Views
    1,157

    You are right thank you Luke. i changed the...

    You are right thank you Luke. i changed the namespace of the requested source and forgot to edit the namespace into the <intercept-url>. That was causing the message.
  8. i've read something which may can help you. i...

    i've read something which may can help you. i think a way is to make an global/parent application context where you put in the "things" your applications share.

    the article...
  9. Replies
    6
    Views
    1,157

    auto-config registers any cache?

    when i'm running spring security with auto-config is there any cache for authentication registered? somehow when i activate once-per-request="true"
    it does not authenticate every request.

    The...
  10. is it possible to change a diffrent...

    is it possible to change a diffrent securitycontext then the own ?
    if User A changes settings on User B, User A has to somehow update User B's SecurityContext i did not found any
    solution how to...
  11. thx for your reply i still have questions though,...

    thx for your reply i still have questions though,

    how do i activiated this feature ?
    like this?


    <property name="allowSessionCreation" value="false"/>


    and what will happen if i actually...
  12. Some thoughts about updating the SecurityContext

    Hi,

    Let's say 2 users A and B are logged in, in an application which is Secured by Spring Security. One of this users (A) has the autority to set the other users(B) enabled value to false. Is it...
  13. Replies
    7
    Views
    2,778

    Hello, thanks for your help Fiouz it works...

    Hello,

    thanks for your help Fiouz it works now.

    greetz kukudas
  14. Replies
    7
    Views
    2,778

    Hi, again thx for your reply. i have added...

    Hi,

    again thx for your reply.
    i have added this in my spring configuration:



    <security:concurrent-session-control session-registry-alias="session" max-sessions="1"...
  15. Replies
    7
    Views
    2,778

    Hi, thanks for your reply. if i try this: ...

    Hi,

    thanks for your reply.
    if i try this:


    ....
    ....
    private Authentication auth = ctx.getAuthentication();
    private SessionRegistry session = new SessionRegistryImpl();
  16. Replies
    7
    Views
    2,778

    Hi, i solved it like this: i did before i...

    Hi,

    i solved it like this:

    i did before i remove check within the action if the user i am deleting is
    the user which is atm logged in and if it is true i did make this:
    ...
  17. Replies
    7
    Views
    2,778

    Spring Security Howto Update Context

    Hi,

    when i for example delete the current user which is logged in i'm still able to
    do everything until i logout and retry to login. How can i update the context
    after i deleted the user or...
  18. Replies
    10
    Views
    6,416

    thanks for your reply today i cant try it i think...

    thanks for your reply today i cant try it i think cause im sick :(.
    yes the class is in my spring configuration, but i have the scope=prototype because struts 2 actions are instantiated every...
  19. Replies
    2
    Views
    830

    yes thats what i meant thanks.

    yes thats what i meant thanks.
  20. Replies
    10
    Views
    6,416

    Hi, i'm using @Secured and i delted...

    Hi,

    i'm using @Secured and i delted jsr250-annotations="true".
    now i can startup without any error and when i enter a secured area
    i don't get this error with the proxy but it seams it still...
  21. Replies
    10
    Views
    6,416

    if i add this: ...

    if i add this:

    <security:global-method-security secured-annotations="enabled" jsr250-annotations="enabled"/>

    i get this exception:


    org.springframework.beans.factory.BeanCreationException:...
  22. Replies
    10
    Views
    6,416

    still same problem after migrating it has...

    still same problem after migrating it has something to do with the proxy.
  23. Replies
    2
    Views
    830

    Acegi/SpringSecurity Role Handling

    Hello everybody,

    i used Acegi Security 1.0.5 and now i'm playing arround with Spring Security 2.0.2. I have one question. When i used Acegi i had a custom jdbc modell to fetch the user data. It...
  24. Replies
    10
    Views
    6,416

    yes i probably will migrate, i think the problem...

    yes i probably will migrate, i think the problem is that the struts 2 action are instantiated before the DefaultAdvisorAutoProxyCreator is.
  25. Replies
    10
    Views
    6,416

    i'm using acegi 1.0.5 and it worked with securing...

    i'm using acegi 1.0.5 and it worked with securing an methods of an interface. but when it is not an interface i get an exception.
Results 1 to 25 of 43
Page 1 of 2 1 2