Revision: 19955
http://sourceforge.net/p/gate/code/19955
Author: ian_roberts
Date: 2017-01-12 12:15:30 +0000 (Thu, 12 Jan 2017)
Log Message:
-----------
Stray extra slash causes query result fetching to fail on a remote index
Modified Paths:
--------------
mimir/trunk/mimir-web/grails-app/domain/gate/mimir/web/RemoteIndex.groovy
Modified:
mimir/trunk/mimir-web/grails-app/domain/gate/mimir/web/RemoteIndex.groovy
===================================================================
--- mimir/trunk/mimir-web/grails-app/domain/gate/mimir/web/RemoteIndex.groovy
2017-01-12 02:23:18 UTC (rev 19954)
+++ mimir/trunk/mimir-web/grails-app/domain/gate/mimir/web/RemoteIndex.groovy
2017-01-12 12:15:30 UTC (rev 19955)
@@ -116,7 +116,7 @@
*/
DocumentData getDocumentData(long documentID) {
String urlStr = (remoteUrl.endsWith("/") ? remoteUrl : (remoteUrl + "/")) +
- "/search/documentDataBin";
+ "search/documentDataBin";
return (DocumentData)webUtilsManager.currentWebUtils(this).getObject(
urlStr, "documentId", Long.toString(documentID));
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs