Menu

#2 Log "Method" Bug...

closed-accepted
R L
None
5
2001-12-16
2001-08-22
Anonymous
No

The getHttpMethodName member of WebServerUtility,
needs to be updated to reflect the Invalid Method,
like so :

final String[] methods = {
"Invalid",
"GET",
"POST",
"HEAD",
"OPTIONS",
"PUT",
"DELETE",
"TRACE",
"CONNECT"
};

With out it, it incorrectly labels for example a GET
method as a POST method.

Discussion

  • R L

    R L - 2001-12-16
    • assigned_to: nobody --> auntfloyd
    • summary: Log "Method" Bug... --> Log "Method" Bug...
    • status: open --> pending
     
  • R L

    R L - 2001-12-16

    updated WebServerUtility.java

     
  • R L

    R L - 2001-12-16
    • summary: Log "Method" Bug... --> Log "Method" Bug...
    • status: pending --> closed-accepted
     

Log in to post a comment.

MongoDB Logo MongoDB