(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.31 and 1.32

version 1.31, 2004/01/16 02:55:58 version 1.32, 2004/01/20 22:46:52
Line 430 
Line 430 
                                    String::EMPTY,                                    String::EMPTY,
                                    "Authorization header error");                                    "Authorization header error");
                 }                 }
                   else
                   {
                 if (sendAction == 1)  // Send success                 if (sendAction == 1)  // Send success
                 {                 {
                     _sendSuccess(queueId, httpMessage->message.getData());                          _sendSuccess(queueId,
                                        String(httpMessage->message.getData(), httpMessage->message.size()));
                 }                 }
  
                 if (sendAction == 2)  // Send response                 if (sendAction == 2)  // Send response
                 {                 {
                     _sendResponse(queueId, httpMessage->message);                     _sendResponse(queueId, httpMessage->message);
                 }                 }
                   }
  
                 PEG_METHOD_EXIT();                 PEG_METHOD_EXIT();
                 return;                 return;


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2