Hello, On 2 March 2015 at 11:18, Michai Ramakers <[email protected]> wrote: > Hello, > > while playing around with Fossil from inetd, saw some weirdness on > trunk tip ([14302b6cc7]) between amd64 and x86 linux and netbsd. > > Narrowing it down a bit, I did the following: > > ./fossil new test.fossil > ( echo 'GET /index HTTP/1.1'; echo 'Host: localhost'; echo ) | > ./fossil http test.fossil > $my_output_file > > > I tried to debug this a bit, but it's not exactly trivial what happens > during page generation (for me). >
I have the same results as you did with a,c,d with freebsd 10-1-release on i386 hardware. I don't know what the end result should be, unfortunately, but having different results is quite interesting. > Any ideas? > > Michai > -- ------- inum: 883510009027723 sip: [email protected] xmpp: [email protected]
HTTP/1.0 200 OK Date: Mon, 2 Mar 2015 20:06:09 GMT Connection: close X-UA-Compatible: IE=edge X-Frame-Options: SAMEORIGIN Cache-control: no-cache Content-Type: text/html; charset=utf-8 Content-Length: 1413 <!DOCTYPE html> <html> <head> <base href="http://localhost/index" /> <title>Unnamed Fossil Project: Home</title> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/timeline.rss" /> <link rel="stylesheet" href="/style.css/14302" type="text/css" media="screen" /> </head> <body> <div class="header"> <div class="logo"> <img src="/logo/14302" alt="logo" /> </div> <div class="title"><small>Unnamed Fossil Project</small><br />Home</div> <div class="status">Not logged in</div> </div> <div class="mainmenu"> <a href='/home'>Home</a> <a href='/timeline'>Timeline</a> <a href='/tree?ci=tip'>Files</a> <a href='/brlist'>Branches</a> <a href='/taglist'>Tags</a> <a href='/ticket'>Tickets</a> <a href='/wiki'>Wiki</a> <a href='/login'>Login</a> </div> <div class="content"> <script> function gebi(x){ if(x.substr(0,1)=='#') x = x.substr(1); var e = document.getElementById(x); if(!e) throw new Error('Expecting element with ID '+x); else return e;} </script> <p>This is a stub home-page for the project. To fill in this page, first go to <a id='a1' href='/honeypot'>setup/config</a> and establish a "Project Name". Then create a wiki page with that name. The content of that wiki page will be displayed in place of this message.</p> </div> <div class="footer"> This page was generated in about 0.007s by Fossil version [14302b6cc7] 2015-03-02 05:54:14 </div> </body></html> HTTP/1.0 200 OK Date: Mon, 2 Mar 2015 20:06:09 GMT Connection: close X-UA-Compatible: IE=edge X-Frame-Options: SAMEORIGIN Cache-control: no-cache Content-Type: text/html; charset=utf-8 Content-Length: 2826 <!DOCTYPE html> <html> <head> <base href="http://localhost/index" /> <title>Unnamed Fossil Project: Home</title> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/timeline.rss" /> <link rel="stylesheet" href="/style.css/14302" type="text/css" media="screen" /> </head> <body> <div class="header"> <div class="logo"> <img src="/logo/14302" alt="logo" /> </div> <div class="title"><small>Unnamed Fossil Project</small><br />Home</div> <div class="status">Not logged in</div> </div> <div class="mainmenu"> <a href='/home'>Home</a> <a href='/timeline'>Timeline</a> <a href='/tree?ci=tip'>Files</a> <a href='/brlist'>Branches</a> <a href='/taglist'>Tags</a> <a href='/ticket'>Tickets</a> <a href='/wiki'>Wiki</a> <a href='/login'>Login</a> </div> <div class="content"> <!DOCTYPE html> <html> <head> <base href="http://localhost/index" /> <title>Unnamed Fossil Project: Home</title> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/timeline.rss" /> <link rel="stylesheet" href="/style.css/14302" type="text/css" media="screen" /> </head> <body> <div class="header"> <div class="logo"> <img src="/logo/14302" alt="logo" /> </div> <div class="title"><small>Unnamed Fossil Project</small><br />Home</div> <div class="status">Not logged in</div> </div> <div class="mainmenu"> <a href='/home'>Home</a> <a href='/timeline'>Timeline</a> <a href='/tree?ci=tip'>Files</a> <a href='/brlist'>Branches</a> <a href='/taglist'>Tags</a> <a href='/ticket'>Tickets</a> <a href='/wiki'>Wiki</a> <a href='/login'>Login</a> </div> <div class="content"> <script> function gebi(x){ if(x.substr(0,1)=='#') x = x.substr(1); var e = document.getElementById(x); if(!e) throw new Error('Expecting element with ID '+x); else return e;} </script> <p>This is a stub home-page for the project. To fill in this page, first go to <a id='a1' href='/honeypot'>setup/config</a> and establish a "Project Name". Then create a wiki page with that name. The content of that wiki page will be displayed in place of this message.</p> </div> <div class="footer"> This page was generated in about 0.007s by Fossil version [14302b6cc7] 2015-03-02 05:54:14 </div> </body></html> <script> function gebi(x){ if(x.substr(0,1)=='#') x = x.substr(1); var e = document.getElementById(x); if(!e) throw new Error('Expecting element with ID '+x); else return e;} </script> <p>This is a stub home-page for the project. To fill in this page, first go to <a id='a2' href='/honeypot'>setup/config</a> and establish a "Project Name". Then create a wiki page with that name. The content of that wiki page will be displayed in place of this message.</p> </div> <div class="footer"> This page was generated in about 0.009s by Fossil version [14302b6cc7] 2015-03-02 05:54:14 </div> </body></html>
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

