Thanks Mike. Maybe this is the difference! The only strange thing is the fact that it only happens on this single file.
I can confirm: 7u60 b04 does not trigger this bug, but 7u60 b07 does. This is definitely no bug in the JDK, its just more "correct" bahviour (because whitespace must be escaped in URIs). Please note "+" is no valid replacement for whitespace in URI components. Only the form-url-encoding in the query string (may) use "+", but not the default encoding used in path names or fragments. Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Michael McCandless [mailto:[email protected]] > Sent: Friday, March 07, 2014 12:45 PM > To: Lucene/Solr dev > Subject: Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b07) - > Build # 9703 - Still Failing! > > I really don't like that %20 in there! Maybe a minor change in the recent > JDK7 > build caused it to escape space with %20 instead of + or maybe where it > wasn't escaping before ... I'll try to repro/fix. > Seems like we just need to make the linter unescape somewhere. > > Mike McCandless > > http://blog.mikemccandless.com > > > On Fri, Mar 7, 2014 at 6:41 AM, Uwe Schindler <[email protected]> wrote: > > Hi, > > > > I have no idea, why this error appears. This class is unchanged since > months. Maybe this is something new, only appearing with latest JDK 7u60 > build? But, there are no javadocs changes in the whole series of 7u60 > updates. > > I see that the class mentioned here has no Javadocs at all, because it's a > demo class. What's wrong? > > > > Uwe > > > > ----- > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: [email protected] > > > > > >> -----Original Message----- > >> From: Policeman Jenkins Server [mailto:[email protected]] > >> Sent: Friday, March 07, 2014 10:50 AM > >> To: [email protected] > >> Subject: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b07) > >> - Build # 9703 - Still Failing! > >> > >> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9703/ > >> Java: 64bit/jdk1.7.0_60-ea-b07 -XX:-UseCompressedOops - > >> XX:+UseParallelGC > >> > >> All tests passed > >> > >> Build Log: > >> [...truncated 43612 lines...] > >> -documentation-lint: > >> [echo] checking for broken html... > >> [jtidy] Checking for broken html (such as invalid tags)... > >> [delete] Deleting directory > >> /mnt/ssd/jenkins/workspace/Lucene-Solr- > >> trunk-Linux/lucene/build/jtidy_tmp > >> [echo] Checking for broken links... > >> [exec] > >> [exec] Crawl/parse... > >> [exec] > >> [exec] Verify... > >> [echo] Checking for missing docs... > >> [exec] > >> [exec] > >> > build/docs/demo/org/apache/lucene/demo/xmlparser/FormBasedXmlQuer > >> yDemo.html > >> [exec] missing Methods: > >> doPost(javax.servlet.http.HttpServletRequest,%20javax.servlet.http.Ht > >> tpSer > >> vletResponse) > >> [exec] > >> [exec] Missing javadocs were found! > >> > >> BUILD FAILED > >> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The > >> following error occurred while executing this line: > >> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:57: The > >> following error occurred while executing this line: > >> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk- > Linux/lucene/build.xml:208: > >> The following error occurred while executing this line: > >> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk- > Linux/lucene/build.xml:241: > >> The following error occurred while executing this line: > >> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common- > >> build.xml:2321: exec returned: 1 > >> > >> Total time: 54 minutes 47 seconds > >> Build step 'Invoke Ant' marked build as failure Description set: Java: > >> 64bit/jdk1.7.0_60-ea-b07 -XX:-UseCompressedOops -XX:+UseParallelGC > >> Archiving artifacts Recording test results Email was triggered for: > >> Failure Sending email for trigger: Failure > >> > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] For > > additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
