Actions
Bug #4954
closedbug with '//' in XPath parser
Start date:
09/03/2013
Due date:
% Done:
100%
Estimated time:
Description
WORKAROUND:
replace:
concat('srm://', Host, ':', Port, GlueVOInfoPath)
with:
concat('srm:/', '/', Host, ':', Port, GlueVOInfoPath)
Actions