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

AW: Mysterious request edirect with value exchange

2011-12-20 Thread Uwe . Hellmann
It is a webformular. The java code should this fragment. final String username = req.getParameter("username"); String uParam = ""; if (StringUtils.isBlank(username) == false) { uParam = "&u=".concat(username); } logonFilter.setLoginFailedUrl("/action?login_error=1".concat(uP

AW: Mysterious request edirect with value exchange

2011-12-20 Thread Uwe . Hellmann
Thanks for the answer. We have a test environment but there it isn't reproducible. Just on the production system. But everything is configured identical. We use Apache with mod_proxy (via AJP). Only the connector? It is pretty standard.