atom feed25 messages in org.apache.tomcat.usersRe: Form Authentication POST data not...
FromSent OnAttachments
Jess HolleFeb 3, 2012 2:50 pm 
Jess HolleFeb 3, 2012 2:52 pm 
Jess HolleFeb 3, 2012 2:58 pm 
Konstantin KolinkoFeb 3, 2012 3:25 pm 
Jess HolleFeb 3, 2012 4:14 pm 
Christopher SchultzFeb 4, 2012 10:27 am 
Christopher SchultzFeb 4, 2012 10:32 am 
Jess HolleFeb 4, 2012 3:48 pm 
Jess HolleFeb 5, 2012 5:43 am 
Konstantin KolinkoFeb 5, 2012 6:28 am 
Jess HolleFeb 5, 2012 7:07 am 
Konstantin KolinkoFeb 5, 2012 7:26 am 
Jess HolleFeb 5, 2012 7:42 am 
Jess HolleFeb 5, 2012 8:38 am 
Jess HolleFeb 5, 2012 9:12 am 
Konstantin KolinkoFeb 5, 2012 9:14 am 
Jess HolleFeb 5, 2012 9:22 am 
Jess HolleFeb 5, 2012 9:23 am 
André WarnierFeb 5, 2012 10:03 am 
Jess HolleFeb 5, 2012 10:04 am 
Konstantin KolinkoFeb 5, 2012 10:22 am 
Jess HolleFeb 5, 2012 10:22 am 
Jess HolleFeb 5, 2012 10:37 am 
Christopher SchultzFeb 5, 2012 12:53 pm 
Jess HolleFeb 5, 2012 1:14 pm 
Subject:Re: Form Authentication POST data not preserved?
From:Jess Holle (jes@ptc.com)
Date:Feb 5, 2012 7:42:48 am
List:org.apache.tomcat.users

On 2/5/2012 9:26 AM, Konstantin Kolinko wrote:

build.xml: <javac srcdir="java" destdir="${tomcat.classes}" debug="${compile.debug}" deprecation="${compile.deprecation}" source="${compile.source}" target="${compile.target}" optimize="${compile.optimize}" excludes="**/.svn/**" encoding="ISO-8859-1" includeAntRuntime="true">

build.properties.default: compile.debug=true

Thus debug information should already be there.

I usually start with setting some breakpoints. In your case take a look at FormAuthenticator#saveRequest() and #restoreRequest() methods and where they are called from.

Thanks. I've already seen via a heap dump that the request is saved with the correct content body. So now the only question that remains is why it does not get restored.