You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/04/05 15:57:10 UTC

svn commit: r1089049 - /subversion/trunk/subversion/libsvn_ra_neon/util.c

Author: stsp
Date: Tue Apr  5 13:57:09 2011
New Revision: 1089049

URL: http://svn.apache.org/viewvc?rev=1089049&view=rev
Log:
* subversion/libsvn_ra_neon/mergeinfo.c
  (generate_error): During error message creation, treat a user authentication
   error on a proxy the same way as an authentication error on the server.
   Ensures that the error message returned contains "authorization failed".

Modified:
    subversion/trunk/subversion/libsvn_ra_neon/util.c

Modified: subversion/trunk/subversion/libsvn_ra_neon/util.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_neon/util.c?rev=1089049&r1=1089048&r2=1089049&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_neon/util.c (original)
+++ subversion/trunk/subversion/libsvn_ra_neon/util.c Tue Apr  5 13:57:09 2011
@@ -623,6 +623,7 @@ generate_error(svn_ra_neon__request_t *r
                           req->code_desc, req->method, req->url));
         }
     case NE_AUTH:
+    case NE_PROXYAUTH:
       errcode = SVN_ERR_RA_NOT_AUTHORIZED;
 #ifdef SVN_NEON_0_27
       /* neon >= 0.27 gives a descriptive error message after auth



Re: svn commit: r1089049 - /subversion/trunk/subversion/libsvn_ra_neon/util.c

Posted by Stefan Sperling <st...@apache.org>.
On Tue, Apr 05, 2011 at 06:34:19PM +0400, Ivan Zhakov wrote:
> On Tue, Apr 5, 2011 at 17:57,  <st...@apache.org> wrote:
> > Author: stsp
> > Date: Tue Apr  5 13:57:09 2011
> > New Revision: 1089049
> >
> > URL: http://svn.apache.org/viewvc?rev=1089049&view=rev
> > Log:
> > * subversion/libsvn_ra_neon/mergeinfo.c
>                                                  ^^^ did you mean utils.c?

fixed, thanks!

Re: svn commit: r1089049 - /subversion/trunk/subversion/libsvn_ra_neon/util.c

Posted by Ivan Zhakov <iv...@visualsvn.com>.
On Tue, Apr 5, 2011 at 17:57,  <st...@apache.org> wrote:
> Author: stsp
> Date: Tue Apr  5 13:57:09 2011
> New Revision: 1089049
>
> URL: http://svn.apache.org/viewvc?rev=1089049&view=rev
> Log:
> * subversion/libsvn_ra_neon/mergeinfo.c
                                                 ^^^ did you mean utils.c?


-- 
Ivan Zhakov