The perl pages have an incorrect content length header for http responses. This results in the last couple bytes being cut off my strict http clients. Test Plan: 1. choose a *.pxt page that you can access without authentication. 2. run "curl 'http://your.url.pxt' > lengthtest" 3. Verify that the file created includes all the necessary characters (ends with </html> is a simple check) Current Results: http://schroeder.rdu.redhat.com/help/contact.pxt ends with </html Expected Results: ends with </html> linefeed
Content length used to be calculated based on character length rather than byte length. This is fixed in revision 103918.
Moving my bugs to ON_QA
Reassigning a bunch of my bugs to mmccune so they aren't forgotten.
verified. rhn500. qapush#5
verified in stage.
Closed for Satellite 500 Release.