Procedure:
1. Attempt to login using incorrect information
2. Get the error page stating:
Error
Unfortunately, an error occured:
Authentication failed. Please check your userid and
password and try to login again.
Or maybe your session has expired
3. Press the Login button on this page which takes you
back to the login page
4. Enter any information into the login screen
(correct or incorrect)
Results:
Invalid request
The parameter, userid, was omitted from the request.
Adding some traceback info gives:
Traceback (innermost last):
File "./ZPublisher/Publish.py", line 172, in publish
File "./ZPublisher/mapply.py", line 156, in mapply
File "./ZPublisher/Publish.py", line 118, in missing_name
File "./ZPublisher/HTTPResponse.py", line 570, in
badRequestError
BadRequest:
Unfortunately this has not been very useful to me as
I'm having a terrible time understanding mapply.