Version: (using KDE KDE 3.5.6) Installed from: Ubuntu Packages OS: Linux There is a typo in the webinterface plugin httpserver, it doesn't close the body tag correctly. http://websvn.kde.org/branches/extragear/kde3/network/ktorrent/plugins/webinterface/httpserver.cpp?view=markup #define HTTP_404_ERROR "<html><head><title>404 Not Found</title></head><body>The requested file $FILE was not found !</body</html>" Besides this, I think that it should encode the path before replacing the '$FILE' to avoid cross site scripting within ktorrent internal web server.
SVN commit 714793 by guisson: Make sure body tag is OK in 404 and 500 error defines. BUG: 150023 M +2 -3 httpclienthandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=714793