Re: Update -- bug fixes in

Yes the second one has been fixed, in CVS. I get this result, FWIW:

<?xml version="1.0" encoding="UTF-8"?>
<tests outcome="PASS">
   <test name="AUTO_REFRESH_REDIRECTION" outcome="PASS"/>
   <test name="CACHING" outcome="PASS"/>
   <test name="CHARACTER_ENCODING_SUPPORT" outcome="PASS">

      <result name="CHARACTER_ENCODING_SUPPORT-7" outcome="WARN">
Info: Finished Processing
         <info>WARN: This resource is served as "text/css" but does
not specify UTF-8 as character encoding (no charset parameter)</info>
         <position tidied="false" type="HEADER"
url="http://www.petershausen.de/mobstyle.css">
            <header>Content-Type</header>
         </position>
      </result>
   </test>
   <test name="CONTENT_FORMAT_SUPPORT_AND_VALID_MARKUP" outcome="PASS"/>
   <test name="DEFAULT_INPUT_MODE" outcome="PASS"/>
   <test name="EXTERNAL_RESOURCES" outcome="PASS"/>
   <test name="GRAPHICS_FOR_SPACING" outcome="PASS"/>
   <test name="IMAGE_MAPS" outcome="PASS"/>
   <test name="IMAGES_RESIZING_IMAGES_SPECIFY_SIZE" outcome="PASS"/>
   <test name="LARGE_GRAPHICS" outcome="PASS"/>
   <test name="LINK_TARGET_FORMAT" outcome="PASS"/>
   <test name="MEASURES" outcome="PASS"/>
   <test name="MINIMIZE" outcome="PASS"/>
   <test name="NO_FRAMES" outcome="PASS"/>
   <test name="NON_TEXT_ALTERNATIVES" outcome="PASS"/>
   <test name="OBJECTS_OR_SCRIPT" outcome="PASS"/>
   <test name="PAGE_SIZE_LIMIT" outcome="PASS"/>
   <test name="PAGE_TITLE" outcome="PASS"/>
   <test name="POP_UPS" outcome="PASS"/>
   <test name="PROVIDE_DEFAULTS" outcome="PASS"/>
   <test name="SCROLLING" outcome="PASS"/>
   <test name="STYLE_SHEETS_SUPPORT" outcome="PASS">
      <result name="STYLE_SHEETS_SUPPORT-1" outcome="WARN">
         <info>WARN: The CSS style sheet contains rules referencing
the position, display or float properties</info>
         <code>float:right</code>
         <position tidied="false" type="LINE_COLUMN"
url="http://www.petershausen.de/mobstyle.css">
            <line>4</line>
         </position>
      </result>
   </test>
   <test name="STYLE_SHEETS_USE" outcome="PASS"/>
   <test name="TABLES_ALTERNATIVES" outcome="PASS"/>
   <test name="TABLES_LAYOUT" outcome="PASS"/>
   <test name="TABLES_NESTED" outcome="PASS"/>
</tests>


On Dec 19, 2007 3:31 AM, Dominique Hazael-Massieux <dom@w3.org> wrote:
>
> Hi Herwig,
>
> Le mercredi 19 décembre 2007 à 09:21 +0100, Herwig Feichtinger a écrit :
> > Hi,
> > thanks for updating the Mobile OK checker.
>
> (note that the set of bug fixes hadn't been brought to online version
> yet - not that it would have changed anything to your specific problem,
> though)
>
> >  When I try to validate
> > e.g. www.petershausen.de/pda at http://validator.w3.org/mobile/alpha , I
> > get this response after a few seconds:
> >
> >    The following errors were encountered when trying to parse
> >    http://www.petershausen.de/pda:
> >
> > And nothing follows. I am not sure if this is a bug or the effect of a
> > CGI timeout. If a page validates, it might be nice to get an explicite
> > confirmation that it's OK instead of an empty error list.
>
> There are 2 problems that we need to fix:
>  * the CGI script doesn't report correctly the errors from the
> underlying library
>  * the underlying library crashes on your site, with the following
> trace:
> Exception in thread "main" java.lang.IllegalStateException: unsupported protocol: 'tel'
>         at org.apache.commons.httpclient.protocol.Protocol.lazyRegisterProtocol(Protocol.java:149)
>         at org.apache.commons.httpclient.protocol.Protocol.getProtocol(Protocol.java:117)
>         at org.apache.commons.httpclient.HttpHost.<init>(HttpHost.java:107)
>         at org.apache.commons.httpclient.HttpMethodBase.setURI(HttpMethodBase.java:280)
>         at org.apache.commons.httpclient.HttpMethodBase.<init>(HttpMethodBase.java:220)
>         at org.apache.commons.httpclient.methods.GetMethod.<init>(GetMethod.java:89)
>         at org.w3c.mwi.mobileok.basic.HTTPResource.<init>(HTTPResource.java:69)
>         at org.w3c.mwi.mobileok.basic.HTTPResource.<init>(HTTPResource.java:60)
>         at org.w3c.mwi.mobileok.basic.HTTPTextResource.<init>(HTTPTextResource.java:37)
>         at org.w3c.mwi.mobileok.basic.Preprocessor.preprocess(Preprocessor.java:108)
>         at org.w3c.mwi.mobileok.basic.Tester.getPreprocessorResults(Tester.java:79)
>         at org.w3c.mwi.mobileok.basic.Tester.main(Tester.java:134)
>
> I'll look into fixing at least the first one, and possibly the second
> one as well. Thanks for your report!
>
> Dom
>
>
>
>

Received on Wednesday, 19 December 2007 10:28:31 UTC