Skip to content

Instantly share code, notes, and snippets.

@hdp
Created January 11, 2011 00:36
Show Gist options
  • Save hdp/773787 to your computer and use it in GitHub Desktop.
Save hdp/773787 to your computer and use it in GitHub Desktop.
t/Plack-Handler/fcgi.t ......................... 1/? # Testing with lighttpd 1.4.19
t/Plack-Handler/fcgi.t ......................... 87/?
# Failed test at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372.
# got: ''
# expected: '/fastcgi'
t/Plack-Handler/fcgi.t ......................... 109/?
# Failed test at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372.
# got: 'REQUEST_METHOD:GET
# PATH_INFO:/fastcgi/foo/
# QUERY_STRING:dankogai=kogaidan
# SERVER_NAME:127.0.0.1
# SERVER_PORT:10881
# '
# expected: 'REQUEST_METHOD:GET
# PATH_INFO:/foo/
# QUERY_STRING:dankogai=kogaidan
# SERVER_NAME:127.0.0.1
# SERVER_PORT:10881
# '
# Failed test 'PATH_INFO should be decoded per RFC 3875'
# at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372.
# got: '/fastcgi/foo/bar,baz'
# expected: '/foo/bar,baz'
# Failed test 'PATH_INFO should be decoded only once, per RFC 3875'
# at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372.
# got: '/fastcgi/foo/bar%2cbaz'
# expected: '/foo/bar%2cbaz'
# Failed test at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372.
# got: '/fastcgi/fooあ'
# expected: '/fooあ'
# Failed test at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372.
# got: '/fastcgi/foo///bar/baz'
# expected: '/foo///bar/baz'
# Looks like you failed 6 tests of 172.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment