DIRACGrid / DIRAC

DIRAC Grid
http://diracgrid.org
GNU General Public License v3.0
110 stars 173 forks source link

MultiVOMetaData: prevent creating of metadata tags involving ___[vo name] #7718

Open marianne013 opened 3 weeks ago

marianne013 commented 3 weeks ago

This is a reserved character sequence and users should not be allowed to create metadata ending in ___[vo name].

marianne013 commented 3 weeks ago

@martynia Before I forget.

martynia commented 2 weeks ago

For a multi-VO catalog, the "reserved" characters are not an issue. The VO extension will always be there, and it will be stripped off before returning it to a user. The problem was in searching, where an extra VO suffix was added to the name which was searched for (a DB record was not modified). Fixed by #7708.