We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 in: https://met.refeds.org/met/entity/https://midas.lt//?viewxml=true&federation=litnet-fedi-federation
The text was updated successfully, but these errors were encountered:
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.
https://wayf.rcauth.eu/wayf/
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
Sorry, something went wrong.
No branches or pull requests
Error 404 Page not found
in:
https://met.refeds.org/met/entity/https://midas.lt//?viewxml=true&federation=litnet-fedi-federation
The text was updated successfully, but these errors were encountered: