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

File upload or URL grab functionality for metadata converter (was #282) #17

Closed
sspghost opened this issue Feb 27, 2014 · 2 comments · Fixed by #210
Closed

File upload or URL grab functionality for metadata converter (was #282) #17

sspghost opened this issue Feb 27, 2014 · 2 comments · Fixed by #210

Comments

@sspghost
Copy link

From thijs@kinkhorst.com on January 29, 2010 15:39:54

Hi,

The current Metadata Converter interface is a large textarea. This works
fine for small sets of metadata, but some federations have sets that exceed
the 200kB. This is problematic to easily copy-paste. Besides that, making
large POST requests in this way can lead to errors when the PHP Suhosin
module is installed.

I would like to have a file upload field where I can upload the metadata
file. An alternative may be an URL-grab feature where you paste the URL of
the metadata you want to parse, but this may have some unforeseen security
implications, so may perhaps not be a great idea.

Original issue: http://code.google.com/p/simplesamlphp/issues/detail?id=282

@sspghost
Copy link
Author

From thijs@kinkhorst.com on October 11, 2011 07:07:10

Here's the patch I use locally to upload metadata from a file instead of having to open the file, copy-paste the data and close the file. This works much better with larger files of metadata.

The patch is against current trunk.

Attachment: ssp_mdc_fup.patch

@sspghost
Copy link
Author

From jaim...@gmail.com on February 26, 2014 04:55:44

Status: Accepted
Labels: Type-Enhancement Milestone-Release2.0

@jaimeperez jaimeperez added this to the v2.0 milestone Feb 27, 2014
thijskh added a commit to thijskh/simplesamlphp that referenced this issue May 27, 2015
@thijskh thijskh modified the milestones: 1.14.0, 2.0 Aug 15, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants