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

Inserting image causes app to crash and get 404 error #48

Open
PRIMETSS opened this issue Dec 20, 2017 · 2 comments
Open

Inserting image causes app to crash and get 404 error #48

PRIMETSS opened this issue Dec 20, 2017 · 2 comments

Comments

@PRIMETSS
Copy link

I need to look into this more, so just posting as a to-do.
But today, while editing a blog post and adding images on about 5 occasions (did resize most, but not all) after hitting save I got a 404 and seems site crashed in Azure and automatically restarted...

@CeriQ
Copy link

CeriQ commented Jan 3, 2018

This could be related to an issue I encountered with certain images breaking the regex that picks the image data from the post content.

@CeriQ
Copy link

CeriQ commented May 9, 2018

It appears that XmlDocument does not support escape characters other than &, < and >, except for the ones using hex codes. If you try to add a file using a non ASCII character, the character gets replaced by the browser and the load of the xml fails in BlogController line 127.

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

Successfully merging a pull request may close this issue.

2 participants