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

When run in server mode XML files are served with wrong type #56

Closed
djfishe opened this issue Mar 22, 2013 · 2 comments
Closed

When run in server mode XML files are served with wrong type #56

djfishe opened this issue Mar 22, 2013 · 2 comments
Assignees
Labels

Comments

@djfishe
Copy link

djfishe commented Mar 22, 2013

When serving XML files the server serves them with type set as 'application/octet-stream' instead of 'text/xml'.

This might be problematic with some JS frameworks that load views and create DOM Nodes based on XML files (like Ample JS framework for instance).

@ghost ghost assigned tntim96 Mar 22, 2013
@tntim96
Copy link
Owner

tntim96 commented Mar 22, 2013

I've put the fix in trunk. Can you build and verify?

@djfishe
Copy link
Author

djfishe commented Mar 25, 2013

Yes. Checked and it's fixed. Thank you.

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

No branches or pull requests

2 participants