GEANT / met

Metadata Explorer Tool
BSD 2-Clause "Simplified" License
17 stars 13 forks source link

Error 404 Page not found: https://met.refeds.org/met/entity/https://midas.lt//?viewxml=true&federation=litnet-fedi-federation #72

Open SauliusMas opened 1 year ago

SauliusMas commented 1 year ago

Error 404 Page not found in: https://met.refeds.org/met/entity/https://midas.lt//?viewxml=true&federation=litnet-fedi-federation

msalle commented 6 months ago

I'm pretty sure this is true for all entityIDs that end in a / and is a problem with URL decoding the encoded entityID.

I bumped into the same issue for our entityID. Searching for the entityID https://wayf.rcauth.eu/wayf/ I get to the main page which works fine: https://met.refeds.org/met/entity/https%253A%252F%252Fwayf.rcauth.eu%252Fwayf%252F/ but clicking on the view XML link it goes to https://met.refeds.org/met/entity/https://wayf.rcauth.eu/wayf//?viewxml=true&federation=edugain which gives the same 404 error.

Going instead to the manually constructed URL it works again: https://met.refeds.org/met/entity/https%253A%252F%252Fwayf.rcauth.eu%252Fwayf%252F/?viewxml=true&federation=edugain and likewise for the https://midas.lt/ https://met.refeds.org/met/entity/https%253A%252F%252Fmidas.lt%252F/?viewxml=true&federation=litnet-fedi-federation