[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Minor JavaHL problem

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-09-13 19:58:31 CEST

OK, here is a patch for the problem.

Is it OK to commit?

Thanks

[[[
* subversion/bindings/java/javahl/native/Prompter.cpp
  (Prompter::ssl_server_trust_prompt): Added a space
  between the static text and the host name when asking
  the user to accept the server certificate.
 
  Approved by: dionisos
]]]

Index: C:/workspaces/subclipse/JavaHL 1.2/native/Prompter.cpp
===================================================================
--- C:/workspaces/subclipse/JavaHL 1.2/native/Prompter.cpp (revision
16118)
+++ C:/workspaces/subclipse/JavaHL 1.2/native/Prompter.cpp (working
copy)
@@ -731,7 +731,7 @@
     svn_auth_cred_ssl_server_trust_t *ret =
             (svn_auth_cred_ssl_server_trust_t*)apr_pcalloc(pool,
sizeof(*ret));
 
- std::string question = _("Error validating server certificate for");
+ std::string question = _("Error validating server certificate for ");
     question += realm;
     question += ":\n";
 

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 13 20:00:21 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.