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
Type: Posts; User: zhangxin; Keyword(s):
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
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...
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...
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?
...
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...
Don't know why 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...
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....
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...
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...
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...
Please advise !
Thanks
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...
Just share if you are using controller
then code as below:
getMessageSourceAccessor().getMessage("key");
can refer to thread as below:
http://forum.springsource.org/showthread.php?t=67598
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"...
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...
how to implement integrate with strusts?
Thanks
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 ...
Hi,
I cannot get proper boolean value from MSSQL when I use impleJdbcTemplate. it always return 'false'
Any advise !
thanks
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...
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...
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
Hi nishantvaidya&Aek,
Thanks your guys reply. I will try two of them and let you know the outcome.
:)
Hi everyone,
I need logger information into database after spring security authentication pass. Any advise on it .
Many thanks