Running view from command line causes a header to be sent as plain text
To reproduce
In a command prompt change directory to the bin directory. Now run
./view TWikiHistory > ../test.html
In the TWiki root you now have a file test.html
Look at the start of the file. Something that Apache should normally send as a header is injected before the <!DOCTYPE
Content-Type: text/html; charset=iso-8859-1
This screws up the build of the distribution htmls. I have verified that we did not have this problem in 4.1.2. This blocks release because htmls are not correct. I could remove the line in the build script but that would be a wrong fix. I have no idea where TWiki injects this line. Whoever introduced this bug should know how to fix it.
--
TWiki:Main.KennethLavrsen
- 24 Nov 2007
Minor logical glitch, corrected.
CC