Skip to content

Avoid NorduGrid schema case sensitivity to break RTE rendering when RTE names differ only in case, Fixes BUGZ-3663

Florido Paganelli requested to merge floridop/arc:dev-fix3663NG-up into master

Avoid NorduGrid schema case sensitivity to break RTE rendering when RTE names differ only in case, Fixes BUGZ-3663

Link to Bugzilla ticket

Fixes BUGZ-3663

Description

NorduGrid rendering will discard RTEs that differ in case and pick only one, preferably the uppercase one.

ARC0ClusterInfo.pm has been modified to filter out the strings that break the rendering. However GLUE2 can publish any case.

Merge request reports