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

Adding media URL shows the URI as filename in XFormsManifest #1093

Closed
ukanga opened this issue Aug 18, 2017 · 0 comments
Closed

Adding media URL shows the URI as filename in XFormsManifest #1093

ukanga opened this issue Aug 18, 2017 · 0 comments

Comments

@ukanga
Copy link
Member

ukanga commented Aug 18, 2017

The XFormsManifest is showing:

<mediaFile>
    <filename>https://example.com/population.csv</filename>
    <hash>md5:</hash>
    <downloadUrl>https://odk.ona.io/username/xformsMedia/0/0.csv?group_delimiter=.</downloadUrl>
</mediaFile>

The filname should not have be a URII. It should be:

<mediaFile>
    <filename>population.csv</filename>
    <hash>md5:</hash>
    <downloadUrl>https://odk.ona.io/username/xformsMedia/0/0.csv?group_delimiter=.group_delimiter=.</downloadUrl>
</mediaFile>

Aha! Link: https://ona.aha.io/features/PROD-531

@ukanga ukanga self-assigned this Aug 18, 2017
@ukanga ukanga modified the milestone: Week 34-35 Aug 21, 2017
@ukanga ukanga closed this as completed in 31d1af9 Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant