- From: Sean Owen <srowen@google.com>
- Date: Tue, 11 Sep 2007 06:22:34 -0400
- To: "Dominique Hazael-Massieux" <dom@w3.org>
- Cc: public-mobileok-checker <public-mobileok-checker@w3.org>
Yes looks like a good change to me. The resulting error looks like it might be something else though. I try to suppress all headers from Tomcat besides the ones we explicit want or set, and I think Transfer-Encoding should also be suppressed, since it seems to be interfering with the line by line diff here. I will look up how this was handled for other headers (Laura implemented it, IIRC, for the "Connection" header). On 9/11/07, Dominique Hazael-Massieux <dom@w3.org> wrote: > > Hi, > > I committed yesterday a trivial patch [1] that prevented me (and anyone > not using an English locale) from running the test suite - it would fail > on the date comparison, since the date parsing would be done in the > systems locale, instead of the implicit English locale needed for HTTP > date parsing. > > Now I can run the test suite, and it fails on > test/data/ROOT/ContentFormatSupportAndValidMarkupTest/7, with the > following error message: > Line 191 expected:<[Date: Sat, 08 Sep 2007 19:23:10 GMT]
> but was:<[Transfer-Encoding: chunked]
> > > Before I explore it any further, I was curious whether I was the only > one hitting this problem, or if this was a well-known issue. > > Thanks, > > Dom > > 1. > http://dev.w3.org/cvsweb/2007/mobileok-ref/src/org/w3c/mwi/mobileok/basic/HTTPResource.java > > > >
Received on Tuesday, 11 September 2007 10:23:25 UTC