Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(minErr): encode btstrpd error input to strip angle brackets #8700

Closed
wants to merge 1 commit into from

Conversation

jeffbcross
Copy link
Contributor

The $sanitize service was returning an empty string to the error page
because the input was usually a single html tag (sometimes it could be
document). This fix replaces angle brackets with html entities.

Closes #8683

The $sanitize service was returning an empty string to the error page
because the input was usually a single html tag (sometimes it could be
`document`). This fix replaces angle brackets with html entities.

Closes angular#8683
@btford
Copy link
Contributor

btford commented Aug 20, 2014

LGTM

@jeffbcross
Copy link
Contributor Author

Merged master: 0872388
Stable: aaf9c5e

@jeffbcross jeffbcross closed this Aug 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

corrupted minErr urls/redirection
2 participants