httpfilters/httpfilterauthentication/Src/HttpFilterDigestAuthentication.cpp
branchRCL_3
changeset 19 c0c2f28ace9c
parent 8 73e95e652591
child 20 a0da872af3fa
equal deleted inserted replaced
18:5f1cd966e0d9 19:c0c2f28ace9c
   506 
   506 
   507     for ( TInt ii = 0; ii < parts; ii++ )
   507     for ( TInt ii = 0; ii < parts; ii++ )
   508         {
   508         {
   509         THTTPHdrVal fieldVal; // The name of the current field.
   509         THTTPHdrVal fieldVal; // The name of the current field.
   510         THTTPHdrVal hdrVal; //A scratch hdrVal
   510         THTTPHdrVal hdrVal; //A scratch hdrVal
   511 		// coverity [CHECKED_RETURN]
   511         
   512         headers.GetField( wwwAuthenticate, ii, fieldVal );
   512 				// coverity [check_return]
       
   513 				// coverity [unchecked_value]
       
   514 				headers.GetField( wwwAuthenticate, ii, fieldVal );
   513 
   515 
   514         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )
   516         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )
   515             {
   517             {
   516             case HTTP::EDigest:
   518             case HTTP::EDigest:
   517                 {
   519                 {