(file) Return to HTTPAuthenticatorDelegator.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Server

Diff for /pegasus/src/Pegasus/Server/HTTPAuthenticatorDelegator.cpp between version 1.12 and 1.13

version 1.12, 2002/04/05 01:21:10 version 1.13, 2002/04/08 19:03:56
Line 182 
Line 182 
     Boolean authenticated = false;     Boolean authenticated = false;
     deleteMessage = true;     deleteMessage = true;
  
       // ATTN-RK-P3-20020408: This check probably shouldn't be necessary, but
       // we're getting an empty message when the client closes the connection
       if (httpMessage->message.size() == 0)
       {
           // The message is empty; just drop it
           return;
       }
   
     //     //
     // get the configured authentication flag     // get the configured authentication flag
     //     //


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2