--
R. Mark Volkmann
Partner, Object Computing, Inc.
> How can I configure WEBrick to treat requests for XHTML files just like HTML
> files? I think what I need is for it to correctly set the content type of
> the
> response so that the web browser renders it correctly.
I figured it out.
mimeTypes = server.config[:MimeTypes]
mimeTypes['xhtml'] = 'text/html'