Uncaught exceptions on hex char been deliverd to verror.js #92
Open
Description
when creating new restify error with a "%25" as a prefix and than one of the following chars (e,E,f,g,G,d etc...) the application will break with an uncaught exception.
it looks like verror uses sprintf, and it encodes "%25" a real "%" delivered as an argument.
this end with "Error: next shouldn't be called more than once"
Metadata
Assignees
Labels
No labels