I'm pretty sure the offender is this line in .htaccess RedirectMatch temp /solr/api/(.*) /solr/8_1_1/$1
It should probably be anchored as ^/solr/api/(.*) to avoid a match anywhere in the URL path. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 12. jun. 2019 kl. 23:10 skrev Alexandre Rafalovitch <[email protected]>: > > Ok, I just run a public link checker (random one: > https://www.drlinkcheck.com) and it found 27 dead link, for various > reasons, some not actually dead. > > But one very interesting thing it did find is that Solr Package > "org.apache.solr.api" is - for some reason - not present on the public > Javadoc site, even though it is clearly in the index. Very easy way to > see that is at: > https://lucene.apache.org/solr/8_1_1/solr-core/overview-summary.html > (the 3rd package from the top). It just redirects to "not-found". Same > for all of the classes in that package. > > Very strange. And it affects older 8.0 release as well I think. So, > perhaps something in the release process catches it, a wrong regexp or > some such. > > Regards, > Alex. > > On Wed, 12 Jun 2019 at 16:30, Cassandra Targett <[email protected]> wrote: >> >> There is a link validation that runs as part of the build to be sure Javadoc >> links will resolve, but there is no regular mechanism of link checking that >> occurs as far as I’m aware. Not that it shouldn’t happen, someone just needs >> to make it happen. >> >> Cassandra >> On Jun 12, 2019, 10:08 AM -0500, Alexandre Rafalovitch <[email protected]>, >> wrote: >> >> A question (not a vote unfortunately). Do we run Link Checkers on >> release or even once in a while? >> >> I found one dead link on >> (https://lucene.apache.org/solr/guide/8_1/errata.html), the >> self-reference uses 8.1 instead 8_1 in the URL. But the issue is >> probably bigger. >> >> Regards. >> Alex. >> >> On Wed, 12 Jun 2019 at 10:47, Cassandra Targett <[email protected]> wrote: >> >> >> Please vote to release the Solr Reference Guide for 8.1 >> >> The PDF artifacts can be downloaded from: >> https://dist.apache.org/repos/dist/dev/lucene/solr/ref-guide/apache-solr-ref-guide-8.1-RC1/ >> >> $ cat apache-solr-ref-guide-8.1.pdf.sha512 >> cc76882fb3061fa03d1aa291d9705c1df17f948ff47f3f7d6a18e8ddef907f1c74f078ed482f7f5e04b7c6779a88ad85297cd31ae03570db2acc5930ba2feaf0 >> apache-solr-ref-guide-8.1.pdf >> >> The HTML version is also available: https://lucene.apache.org/solr/guide/8_1 >> >> Here's my +1. >> >> Thanks, >> Cassandra >> >> >> --------------------------------------------------------------------- >> 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] >
