I've got the final solution to my issue, maybe someone else is intrested.
To secure username e password field, I just put the action of the form to https://mysite/j_spring_security_check.
To keep...
Type: Posts; User: MaxVanL00N; Keyword(s):
I've got the final solution to my issue, maybe someone else is intrested.
To secure username e password field, I just put the action of the form to https://mysite/j_spring_security_check.
To keep...
After "long and painful hillness" I decided to put the login box into an https iframe. So that all my web site will be in http except the login box in https. In such scenario I hope that posted...
I'll dig into documentation and for sure I'll give to it a try!
Anyway I think that this filter will encrypt password server side, but from the html page to the server password still will travel in...
Tryed your suggestion but I still see my password in HttpFox :(
IMHO this happens because the start protocol is http.
I hope to be mistaken, but I'm afraid that the only solution is to expose also...
Hi Mark, I've tryied your suggestion, but if you try to inspect ( with httpfox firefox plugin, for example ) the http call from the login page, you'll see that Sprong Security makes a redirect 302...
Hi, I would like to show login page in http and then post j_password and j_username fields in https to j_spring_security_check action.
I would like this scenario just to avoid j_password field...
Hi geeks, I must invoke a remote method with one String param.
This string sometime could be very long ( also more than 100000 chars ).
I'm just wondering if BlazeDS protocol handles such a...
Hi gurus :D
I need your advice for this scenario.
After user registration, the application must send a confirm email to the user.
The client call a remote RegistrationEJB, that calls, locally, a...
I'm triyng to deploy one ear into a remote server.
Do I really need a war inside the ear to load Spring context ????
I'm asking this because this ear is my remote middleware, so I dont want to put...
Perfect :)
Now I've got the solution.
I deploy a war both into the server and the client :)
Thanks a lot :)
Salud
Max
sorry Jess, but I keep not understanding.
I tell what I did up to now.
One war deployed into JBoss into one machine. In this war I have my applicationContext with the client beans definition, and...
Hi Jess, we will use BEA in integration environment, and production. For development purposes we choosed to use JBoss, much light :)
So I dont want to use API specific for BEA in my code :)
Salud...
Hi Jess, again me :confused:
I've found the "main class" you are speaking about but, first of all I see two similar classes, one in the front-end war, and another into the backend jar archive. ...
of course, for me first was born the test-case, then my code :D
Salud
Max
Hello!
I'm trying to do the same that you did, but I dont have understood one thing.
The client side, ok, it can be a classicale webapp, packaged into one war archive. In this war I have my beans...
Well Jess, tell me if I have well understood.
From the book, if I declare something like this
<bean id="petStoreTarget">
...
</bean>
<bean id="petStore"...
Very intresting!!!
But, would you be so kind to give me some docs about CMT implementation in Spring, where I can crash my head upon ? :)
Thanks a lot!
Salud
Max
Hi all, I'm triyng to decide if made use of Spring remoting functionality instead of EJB in my distribuited architecture.
I see two possible point of weakness:
First.
Using Spring I dont have...
Hi gurus!
I'm sorry if this is not, maybe, the best place to ask this question, but I would like to get better involved in caching systems, so the question id that: which specific benefits I get...
Problem solved!
Removed listener for Spring in web.xml and now it works fine.
Salud
Max
*A little bel is ringing... but I can`t place it*... I use JBoss also (next to tomcat) and I have had the same problems a long time ago.
Please post your complete web.xml if you can.[/quote]
...
Uhmm... my problem I guess could be even much more complex, because, looking better at my JBoss boot sequence, I noticed that all beans definition is loaded twice.
So, I guess, I have "alive" two...
Hi gurus, this is my scenario:
<bean id="alertSender" class="it.ras.nsc.services.generic.AlertSender" parent="baseEnv" singleton="true">
</bean>
<bean id="readPozzo"...
Hi gurus!! :D
I have found a way to generate applicationContext with an XDoclet ANT task:
<taskdef name="springdoclet" classname="xdoclet.modules.spring.SpringDocletTask"...
Thanks a lot Erik and jbetancourts, I'll try this solution :D
You help me a lot :)
Salud
Max