-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) {
-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
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
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.