Re: log and style sheets

On Thu, 12 Nov 1998, Guido Paschke wrote:

> >1. log format of jigsaw (CLF, ELF, ..) ?
The current log format used is CLF, but you can write any kind of log. To
do so, just create a new logger class (see org.w3c.jigsaw.http.Logger and
org.w3c.jigsaw.http.CommonLogger). The logger used can be changed in the
general properties of the server.


> >2. most GET request are HTTP/1.1 - is this browser dependent ? (IE, 
> >Amaya, etc.)

HTTP/1.1 GET are issued by the latest version of IE, Amaya and many other
tools. Also it can be issued by a HTTP/1.1 proxy,

> >2.1 sonetimes I got a "304 -1", sometimes not ???
304 means not modified, it is the result of a successful revalidation. The
body is not sent hence the "-1". This happens when a browser, for example,
issue a request to be sure that the version it has in its cache is valid.

> >3. assigning a style sheet to a HTML document doesn't work !! Here is 
> >what I have done:

Linking a style sheet is done inside the HTML document, the "Style sheet"
attribute is here to automatically link style sheet for generated pages,
like directory listing. So it is a normal behaviour that your HTML page
didn't receive the CSS, you should put the right link in your page
directly.
Regards,

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Thursday, 12 November 1998 07:42:14 UTC