Re: Mysterious request edirect with value exchange

2011-12-20 Thread Rainer Jung
e JMeter test script and stress the test system with concurrent requests. JMeter can also be configured to check the redirect for the correct URL. Regards, Rainer -Ursprüngliche Nachricht- Von: Chema [mailto:demablo...@gmail.com] Gesendet: Dienstag, 20. Dezember 2011 15:04 An: Tomc

Re: AW: Mysterious request edirect with value exchange

2011-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uwe, On 12/20/11 9:07 AM, uwe.hellm...@t-systems.com wrote: > It is a webformular. > > The java code should this fragment. > > final String username = req.getParameter("username"); String uParam > = ""; if (StringUtils.isBlank(username) == false) {

Re: AW: Mysterious request edirect with value exchange

2011-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uwe, On 12/20/11 8:51 AM, uwe.hellm...@t-systems.com wrote: > Thanks for the answer. We have a test environment but there it > isn't reproducible. That's unfortunate. > Just on the production system. But everything is configured > identical. We use

Re: Mysterious request edirect with value exchange

2011-12-20 Thread Chema
to:demablo...@gmail.com] > Gesendet: Dienstag, 20. Dezember 2011 15:04 > An: Tomcat Users List > Betreff: Re: Mysterious request edirect with value exchange > >>> This result is as expected, but from time to time we saw the >>> following URL string returned >>&g

AW: Mysterious request edirect with value exchange

2011-12-20 Thread Uwe . Hellmann
Url("/action?login_error=1".concat(uParam)); -Ursprüngliche Nachricht- Von: Chema [mailto:demablo...@gmail.com] Gesendet: Dienstag, 20. Dezember 2011 15:04 An: Tomcat Users List Betreff: Re: Mysterious request edirect with value exchange >> This result is as expected, but fr

Re: Mysterious request edirect with value exchange

2011-12-20 Thread Chema
>> This result is as expected, but from time to time we saw the >> following URL string returned >> http://mytestsystem/login.action?login_error=1&u=OtherUser although >> we sent the form with Tester as value away. But now in the input >> field it is also OtherUser set. One question How the return

AW: Mysterious request edirect with value exchange

2011-12-20 Thread Uwe . Hellmann
omcat Users List Betreff: Re: Mysterious request edirect with value exchange -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uwe, On 11/25/11 7:43 AM, uwe.hellm...@t-systems.com wrote: > We have a Loadbalancer which roundrobin addresses 2 Apache 2.2. > which passes their requests via mod_proxy

Re: Mysterious request edirect with value exchange

2011-11-25 Thread Konstantin Kolinko
2011/11/25 : > > So what we have is a redirected response from a failed login process. Is it FORM authentication, or some custom implemented login process? > As example we have an login mask and while tryinig to login we put the > username "Tester" in the username inputfield > send the form awa

Re: Mysterious request edirect with value exchange

2011-11-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uwe, On 11/25/11 7:43 AM, uwe.hellm...@t-systems.com wrote: > We have a Loadbalancer which roundrobin addresses 2 Apache 2.2. > which passes their requests via mod_proxy balancer to 2 tomcat > 5.5.26 servers which are configured identical and have als

Mysterious request edirect with value exchange

2011-11-25 Thread Uwe . Hellmann
Hello together, I recently ran into an issue which probably has nothing to do with tomcat. But because I don't know how to get rid of it or what the cause for this issue is I want to make sure that I have taken all chances. Just a short architecture overview. We have a Loadbalancer which round