code-google-com / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Wrong HTML rendering #738

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you have a webpage rendering issue (aka bug in QtWebKit) it should be
filed on bugs.webkit.org.  If you are unsure you can file it here and we
will let you know.

What steps will reproduce the problem?
1. open http://localhost/index.esp --> produce html file
2.
3.

What is the expected output? What do you see instead?
expected output: see attached file, rendered well on other browser (ff 3.5,
opera 10, chromium today)
what i see: <html><body style="margin: 0px;"><img
style="-webkit-user-select: none"
src="http://localhost/index.esp"></body></html>

What version of the product are you using? On what operating system?
0.10.1, Ubuntu Karmic (Development Version) amd64

Please provide any additional information below.
index.esp is server side javascript produced using spawn-fcgi, v8cgi and nginx

response header copied from inspect menu:
"RESPONDER","QUERY_STRING":"","REQUEST_METHOD":"GET","CONTENT_TYPE":"","CONTENT_
LENGTH":"","SCRIPT_NAME":"/index.esp","REQUEST_URI":"/index.esp","DOCUMENT_URI":
"/index.esp","DOCUMENT_ROOT":"/usr/local/nginx/html","SERVER_PROTOCOL":"HTTP/1.1
","GATEWAY_INTERFACE":"CGI/1.1","SERVER_SOFTWARE":"nginx/0.8.19","REMOTE_ADDR":"
127.0.0.1","REMOTE_PORT":"38044","SERVER_ADDR":"127.0.0.1","SERVER_PORT":"80","S
ERVER_NAME":"localhost","REDIRECT_STATUS":"200","HTTP_CACHE_CONTROL":"no-cache",
"HTTP_PRAGMA":"no-cache","HTTP_USER_AGENT":"Mozilla/5.0
(X11; U; Linux; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3)
Arora/0.10.1","HTTP_ACCEPT":"application/xml,application/xhtml+xml,text/html;q=0
.9,text/plain;q=0.8,image/png,*/*;q=0.5","HTTP_CONNECTION":"Keep-Alive","HTTP_AC
CEPT_ENCODING":"gzip","HTTP_HOST":"localhost"}Content-type:
text/html

Original issue reported on code.google.com by chosenpe...@gmail.com on 16 Oct 2009 at 3:43

Attachments:

GoogleCodeExporter commented 9 years ago
the result is the same if i open the blabla.esp manually, but if i rename it to
.html, it works..
it only happen on arora, not in another browser

Original comment by chosenpe...@gmail.com on 16 Oct 2009 at 3:45