Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SauliusMas opened this issue Dec 14, 2022 · 1 comment

Comments

@SauliusMas
Copy link

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

@msalle
Copy link

msalle commented Jan 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants