Skip to content
forumbyr edited this page Jul 16, 2014 · 2 revisions
Title Expected response Real response example tomcat7/jetty8/resin4 run ok?
Uri is longer than Web container configuration 400,Json error msg 400,Html error msg N/N/N
Uri contains null byte \x00 400,Json error msg 400, empty body domain/cnnic\x00 N/Y/Y
Uri contains single '%',not valid urlencoding with UTF-8 400,Json error msg 400, empty body domain/cnnic% N/N/Y
Uri contains '%' following with one word,not valid urlencoding with UTF-8 400,Json error msg 400, empty body domain/cnnic%a N/N/Y
Uri contains '' 400,Json error msg 400, empty body domain/cnnic\ N/Y/Y
Uri contains '%00',not valid urlencoding with UTF-8 400,Json error msg 400, empty body domain/cnnic%00 N/Y/N