(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.27 and 1.28

version 1.27, 2003/10/22 14:26:13 version 1.28, 2003/11/04 00:40:32
Line 26 
Line 26 
 // Author:  Nag Boranna,   Hewlett-Packard Company(nagaraja_boranna@hp.com) // Author:  Nag Boranna,   Hewlett-Packard Company(nagaraja_boranna@hp.com)
 // //
 // Modified By: Dave Rosckes (rosckes@us.ibm.com) // Modified By: Dave Rosckes (rosckes@us.ibm.com)
   //              Sushma Fernandes (sushma_fernandes@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 312 
Line 313 
              enableAuthentication              enableAuthentication
            )            )
         {         {
               try
               {
             //             //
             // Do pegasus/local authentication             // Do pegasus/local authentication
             //             //
Line 342 
Line 345 
                 return;                 return;
             }             }
         }         }
               catch (CannotOpenFile &cof)
               {
                   Array<Sint8> errMsg;
                   errMsg = XmlWriter::formatHttpErrorRspMessage(
                      HTTP_STATUS_INTERNALSERVERERROR);
                   _sendResponse(queueId, errMsg);
                   PEG_METHOD_EXIT();
                   return;
   
               }
           }
  
         if ( HTTPMessage::lookupHeader(         if ( HTTPMessage::lookupHeader(
              headers, "Authorization", authorization, false) &&              headers, "Authorization", authorization, false) &&


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2