I'm slowly porting my development scripts from mod_cgi to mod_perl.  I just moved my main authentication handler to PerlFixupHandler (later I'll probably move it to AuthenHandler, but I just want it to work for now).  In any case, all of the sudden, my upload script is choking and giving me 400 (Bad request) errors.  I wanted to ask if this is because I'm new() and bake()ing a session cookie before I even get around to parsing the upload (and any other data, for that matter), or am I barking up the wrong tree?  The upload script itself was working very nicely under Apache::Registry and is using  CGI, not Apache (yet).  Any ideas?
 
   Issac
 
Internet is a wonderful mechanism for making a fool of
yourself in front of a very large audience.
  --Anonymous
 
Moving the mouse won't get you into trouble...  Clicking it might.
  --Anonymous
 
PGP Key 0xE0FA561B - Fingerprint:
7E18 C018 D623 A57B 7F37 D902 8C84 7675 E0FA 561B

Reply via email to