Search:

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

Page 1 of 2 1 2

Search: Search took 0.12 seconds.

  1. Hi Rwinch, It is great. but for my case, I...

    Hi Rwinch,

    It is great. but for my case, I cannot use this feature because the SSL cert installed on the load balencer other than my app servers
  2. Hi aniananth, So far I have tried two...

    Hi aniananth,

    So far I have tried two solutions successful:
    1) using full path (absolution redirect) in security.xml
    <form-login login-page="/login.jsp" default-target-url="your...
  3. Hi Rob, Thank for your response. Definetely I...

    Hi Rob,

    Thank for your response. Definetely I will post my solutions once I done.
    Right now I may have three ways to solve it
    1. change to absolute redirection in spring security xml. [can be...
  4. Hi Rwinch, Thanks very much for your kindly...

    Hi Rwinch,

    Thanks very much for your kindly help.

    For your option2, do I need to configure httpd (which one more layer between app and load balancer) as well. Any documentation can refer?
    ...
  5. I found it caused by RedirectUtil invoke...

    I found it caused by RedirectUtil invoke response.sendRedirect(response.encodeRedirectURL(finalUrl));

    As Known, the back-end app server does not aware the client use https as internal is plain...
  6. Don't know why only affect spring security...

    Don't know why only affect spring security login/logout.
  7. looks only affect spring security login/logout...

    looks only affect spring security login/logout functions. the rest of functions are work fine.
    it looks again absolute path and relevant path issue as it be solved when I change default target...
  8. Spring security's HTTPS issue with load balance

    Hi there,

    I have one load balance + 2 web servers(appche)+2 app servers(tomcat)
    and install SSL cert on the load balance.
    using spring security version 2.0.4.

    http access is working fine....
  9. Replies
    4
    Views
    1,457

    Hi Rob, Yap you are right. I am reading the...

    Hi Rob,

    Yap you are right. I am reading the source code. All of related codes use RedirectUtils.sendRedirect method and default useRelativeContext is false.

    Thank your suggestion, I reset the...
  10. Replies
    4
    Views
    1,457

    Hi rwinch, thank you for your reply:) But I...

    Hi rwinch,
    thank you for your reply:)
    But I think it may not caused by the reverse proxy. As all of applications (by struts or spring mvc) are working fines except spring security login /logout...
  11. Replies
    4
    Views
    1,457

    Spring security's issue with load balance

    Hi There,

    I am using Spring security 2.04 more than 1 year not issues. but I encountered one issue after recently upgrade single application server to 2 app servers with load balance.

    Issue...
  12. Replies
    1
    Views
    575

    Please advise ! Thanks

    Please advise !
    Thanks
  13. Replies
    1
    Views
    575

    Spring+struts session issue

    Hi ,

    Right now, I write one API integrate integrate spring and struts . I want to disable auto generate session to reduce unnecessary resource @server side. I try to change struts-config.xml as...
  14. Just share if you are using controller then...

    Just share if you are using controller

    then code as below:

    getMessageSourceAccessor().getMessage("key");
  15. Replies
    1
    Views
    5,726

    can refer to thread as below: ...

    can refer to thread as below:

    http://forum.springsource.org/showthread.php?t=67598
  16. Hi Ramesh.raj, I find how to do it based on...

    Hi Ramesh.raj,

    I find how to do it based on previous threads.

    Just share what I did

    in my spring-struts-servlet.xml
    <beans xmlns="http://www.springframework.org/schema/beans"...
  17. Hi Ramesh,raj, Thanks for your prompt...

    Hi Ramesh,raj,

    Thanks for your prompt response.

    Currently, I am integrate struts and spring. I want to access resource bundling (e.g. message.properties) values in my action class. Would I know...
  18. how to implement integrate with strusts? ...

    how to implement integrate with strusts?

    Thanks
  19. Replies
    1
    Views
    5,726

    How to get message from messageSource

    Hi ,

    I am try to define some statistic message into the messages.properties. is it possible get the message by key via ReloadableResourceBundleMessageSource from java class e.g. controller/action ...
  20. Replies
    0
    Views
    791

    Cannot get boolean value from MSSQL

    Hi,
    I cannot get proper boolean value from MSSQL when I use impleJdbcTemplate. it always return 'false'

    Any advise !

    thanks
  21. Replies
    8
    Views
    925

    Hi Ben, thank for your replay. If my understand...

    Hi Ben,
    thank for your replay.
    If my understand is not wrong,
    if not all of servlet using dispatcherServlet, then RequestContestlistner be used for those servlets which are not using...
  22. Replies
    8
    Views
    925

    Hi nishantvaidya , First of all , thanks for...

    Hi nishantvaidya ,
    First of all , thanks for you prompt reply.
    I am one concerns after I read your reply.
    As I known DispatcherServlet is doing same thing like RequestContextListener, if I have...
  23. Replies
    8
    Views
    925

    Hi nishantvaidya Do you know how to...

    Hi nishantvaidya

    Do you know how to access/get http session in the event? Because I want to get some information from session/request.

    Thanks
  24. Replies
    8
    Views
    925

    Hi nishantvaidya&Aek, Thanks your guys reply....

    Hi nishantvaidya&Aek,

    Thanks your guys reply. I will try two of them and let you know the outcome.
    :)
  25. Replies
    8
    Views
    925

    How to logger after athentication

    Hi everyone,

    I need logger information into database after spring security authentication pass. Any advise on it .

    Many thanks
Results 1 to 25 of 38
Page 1 of 2 1 2