--- parser3/src/classes/form.C 2002/07/01 14:26:19 1.25 +++ parser3/src/classes/form.C 2002/08/01 11:41:12 1.28 @@ -3,10 +3,10 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: form.C,v 1.25 2002/07/01 14:26:19 paf Exp $ */ +static const char* IDENT_FORM_C="$Date: 2002/08/01 11:41:12 $"; + #include "classes.h" #include "pa_request.h" #include "pa_vform.h" @@ -56,12 +56,12 @@ void MForm::configure_admin(Request& r) throw Exception("parser.runtime", 0, "posted content_length(%u) > max_post_size(%u)", - r.content_length, max_post_size); + r.info.content_length, max_post_size); if(r.info.content_length<0) throw Exception(0, 0, "posted content_length(%u) < 0", - r.content_length); + r.info.content_length); // read POST data if(r.info.content_length) {