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

Diff for /pegasus/src/Pegasus/ExportClient/HTTPExportResponseDecoder.cpp between version 1.1.18.4 and 1.2

version 1.1.18.4, 2007/12/14 20:47:56 version 1.2, 2007/03/13 17:58:52
Line 75 
Line 75 
     {     {
         MessageLoaderParms mlParms(         MessageLoaderParms mlParms(
             "ExportClient.CIMExportResponseDecoder.EMPTY_RESPONSE",             "ExportClient.CIMExportResponseDecoder.EMPTY_RESPONSE",
             "Connection closed by CIM Server.");              "Empty HTTP response message.");
         String mlString(MessageLoader::getMessage(mlParms));         String mlString(MessageLoader::getMessage(mlParms));
         AutoPtr<CIMClientMalformedHTTPException> malformedHTTPException(         AutoPtr<CIMClientMalformedHTTPException> malformedHTTPException(
             new CIMClientMalformedHTTPException(mlString));             new CIMClientMalformedHTTPException(mlString));
Line 106 
Line 106 
         }         }
     }     }
  
     PEG_TRACE_CSTRING(TRC_XML_IO, Tracer::LEVEL2,      Tracer::trace(TRC_XML_IO, Tracer::LEVEL2, "%s",
                       httpMessage->message.getData());                       httpMessage->message.getData());
  
     //     //
Line 332 
Line 332 
         //         //
         // Check for unsupported protocol version         // Check for unsupported protocol version
         //         //
         if (!XmlReader::isSupportedProtocolVersion(protocolVersion))          if (!String::equalNoCase(protocolVersion, "1.0"))
         {         {
             MessageLoaderParms mlParms(             MessageLoaderParms mlParms(
                 "ExportClient.CIMExportResponseDecoder.UNSUPPORTED_PROTOCOL",                 "ExportClient.CIMExportResponseDecoder.UNSUPPORTED_PROTOCOL",


Legend:
Removed from v.1.1.18.4  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2