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