This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
errors.angularjs.org fails on long urls #5476
Closed
Description
I got an error url that was 18k chars long, starting like this:
http://errors.angularjs.org/1.2.5/$rootScope/infdig?p0=10&p1=%5B%5B%22fn%3A%20function%20()%7Be%3Dh(c)%3Bvar%20a%2Cb%3Bif(U(e))if(pb(e))for(d!%3D%3Dl%26%
That made an error page saying:
414 Request-URI Too Large
nginx
It would be nice if your server let that through to be rendered as an error page. The error page might want to truncate the long string. It would also be ok if the error url generator truncated giant strings.