mirror of https://github.com/apache/lucene.git
Fix file: URLs for now by disabling them!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac6a1b1016
commit
dfbd640344
|
@ -193,6 +193,9 @@ def checkAll(dirName):
|
|||
# see LUCENE-4011: this is a javadocs bug for constants
|
||||
# on annotations it seems?
|
||||
pass
|
||||
elif link.startswith('file:'):
|
||||
# TODO: fix file: paths (need to parse URL, unescape %XX and so on)
|
||||
pass
|
||||
elif link not in allFiles:
|
||||
# We only load HTML... so if the link is another resource (eg
|
||||
# SweetSpotSimilarity refs
|
||||
|
|
Loading…
Reference in New Issue