[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: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2005-09-13 21:33:10 CEST

+1, please commit. Thanks Mark!

- Dan

On Tue, 13 Sep 2005, Mark Phippard wrote:

> 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: dlr
> ]]]
>
> 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";

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 13 21:47:40 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.