+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