Bug 188935 - Serv-U (Online built-in-web FTP program) not working with Konqueror
Summary: Serv-U (Online built-in-web FTP program) not working with Konqueror
Status: RESOLVED DUPLICATE of bug 117683
Alias: None
Product: konqueror
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 02:43 UTC by Shaun Reich
Modified: 2009-04-09 01:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shaun Reich 2009-04-06 02:43:38 UTC
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.
Comment 1 David Faure 2009-04-07 01:14:26 UTC
problem in httpfilter, will investigate
Comment 2 David Faure 2009-04-07 01:18:01 UTC
httpfilter bug can be seen more easily with the testcase
`konqueror http://demo.serv-u.com/Common/Scripts/BrowserCheckAW.js`
Comment 3 David Faure 2009-04-08 23:46:26 UTC
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 :-)
Comment 4 David Faure 2009-04-09 00:48:13 UTC
OK, found that wikipedia uses Content-Encoding: gzip and fixed an infinite loop in my code. Let's keep looking for other test sites ;-)
Comment 5 David Faure 2009-04-09 01:48:48 UTC

*** This bug has been marked as a duplicate of bug 117683 ***