Re: Agenda for SAWSDL telcon 2006/05/23

On Mon, May 22, 2006 at 11:09:02PM +0100, Jacek Kopecky wrote:
> 2006-05-09: EricP to make the HTML to override the schema at
>             http://www.w3.org/2002/ws/sawsdl/spec/sawsdl

I found someone with firefox on mac who could replicate the problem.
Given the headers, I was able to replicate it with
  HEAD -H 'ACCEPT: \
  text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,\
  text/plain;q=0.8,image/png,*/*;q=0.5' \
  http://www.w3.org/2002/ws/sawsdl/spec/sawsdl
which puts application/xml before text/html, and thusly at a higher
quality (huh?!). I added a .htacces:
[[
AddType application/xml;qs=0.5 xsd
]]

and the same HEAD request now yields:
[[
200 OK
...
Content-Location: sawsdl.html
Content-Type: text/html; charset=iso-8859-1
]]

In short, I think I've fixed this. Jacek and Holger, please confirm.
-- 
-eric

home-office: +1.617.395.1213 (usually 900-2300 CET)
cell:        +81.90.6533.3882

(eric@w3.org)
Feel free to forward this message to any list for any purpose other than
email address distribution.

Received on Wednesday, 24 May 2006 22:19:53 UTC