Version: (using Devel) OS: Linux Installed from: Compiled sources Visit this link, click on any of the listed demos...I think they all have the same outcome. http://www.serv-u.com/demo.asp Works fine in Firefox. A message box warning, in konq, is also displayed, but on clicking OK is not enough, because it still thinks that javascript is not enabled. This is a java-based program thing.
problem in httpfilter, will investigate
httpfilter bug can be seen more easily with the testcase `konqueror http://demo.serv-u.com/Common/Scripts/BrowserCheckAW.js`
Ported HTTPFilter to KGzipFilter, and this error is fixed. But I'm a bit scared to commit it already, I need to find other pages which return data using Content-Encoding: gzip or Content-Encoding: deflate. Please enable the area 7113 in kdebugdialog and watch ~/.xsession-errors while browsing around to help me find other sites sending data this way, so I can find regressions :-)
OK, found that wikipedia uses Content-Encoding: gzip and fixed an infinite loop in my code. Let's keep looking for other test sites ;-)
*** This bug has been marked as a duplicate of bug 117683 ***