| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
because ViewImage*Test.java breaks test run
|
|
users.
Removed URLLicence generation when unnecessary (authorized users)
|
|
charset names.
|
|
fixed in 5.4.0
http://issues.apache.org/jira/browse/SOLR-8050
|
|
collection
by checking mailto scheme early.
- fix upper case mailto protocol assignment
- add test case for getProtocol
|
|
+ upd maven templating-plugin version
|
|
- allow lat/long 0.xxx
- south / west assignment
include test class
|
|
Performance better as using Numberformat.parse or parseInt(substring())
|
|
Noticed some result description contain css content from style tag.
Added <style> to tag list to scrape it's content not as text
+ test case included
|
|
documents with multivalued date fields (like dates_in_content_dts)
current result: loss of fields/information in index document, see EmbeddedSolrConnectorTest.testUdate_withMultivaluedDateField()
|
|
|
|
+ testcase
|
|
in getAttribute
- added test case for it
|
|
|
|
http://mantis.tokeek.de/view.php?id=344
to keep it as one word (by altering the split regex)
- added sniipet test case with number
- regex for word split to match multiple splitcars
|
|
copied from escape()
|
|
(causing index out of bound exception)
+ test cas for it
|
|
So far we used same escape procedure for all parts of the url (which includes x-www-form-urlencoded for all url components)
Added capability to use different encoding rules for the different url components (through specific bitset for each component).
(this is inspired by org.apache.http.client and java.net.uri implementation).
- Added test case for http://mantis.tokeek.de/view.php?id=559
|
|
- add test case for this
|
|
|
|
(Vocabulary paramete)
|
|
After several tests found that eom is not prevented. Major reason in testing was assumption future GC will free avg of last 5 GC.
Disabeling this check improved eom exceptions.
Added simplest testcase used for verification
|
|
|
|
add 2 simple JUnit test cases for jpeg and tif parsing
|
|
added a JUnit testcase for ResponseHeader dates (using age()),
adjusted age() to pass all tests
|
|
|
|
allow url=wwwl?param=a¶m=b (with ?, & encoded)
fix: http://mantis.tokeek.de/view.php?id=100
fix double adding of '&' in MultiProtocolURL.escape()
|
|
see http://mantis.tokeek.de/view.php?id=379
-add QueryGoal test case for this
|
|
(only allowed on AnchorURL)
|
|
- add ppt parser test case
|
|
attribute in the <a> tag for each crawl. This introduces a lot of
changes because it extends the usage of the AnchorURL Object type which
now also has a different toString method that the underlying
DigestURL.toString. It is therefore not advised to use .toString at all
for urls, just just toNormalform(false) instead.
|
|
- simulating seek error (http://mantis.tokeek.de/view.php?id=411)
|
|
- fix build.xml -> parserTest error on Windows due to javac encoding
|
|
- simulating problem with zero length stack file (but not fixing it)
- adding test data clean to maven pom
|
|
removed obsolete/unused parameter and reference to MediaSnippet
|
|
- prevents null titles in oo... parser (as detected by ParserTest)
- correct ParserTest dc_description check (dc_description allowed to return 0 length array)
|
|
prevent numberformat exception on common "100px" property
- include in test case
|
|
e.g. http://yacy.net?q=test was resolved as host "yacy.net?q=test" now host="yacy.net" path="/"
fixes http://mantis.tokeek.de/view.php?id=47
added test case for getHost
|
|
- some outboundlinks_anchortext_txt in index contain e.g. <span>text</span> or more tags,
remove all tags for text property (inline img tags are still parsed)
- added test case for above (to htmlParserTest)
- fix solr test case
|
|
(which fails)
|
|
http://bugs.yacy.net/view.php?id=378)
requiring following ":" for fc and fd prefix and made pattern match case insesitive
- add some more ipv6 test cases to MultiProtocolURLTest.java
|
|
rename to current package names and move to default location
|
|
- putting in default location and clean old package names
- add some valid RFC IPv6 sample urls (which don't pass the isLocal test)
|
|
to work with current source
|
|
- current Jetty implementation advances so that it seems not beneficial to keep the code
as it makes the test unuseable and use of Jetty 9 is due to Java 1.7 dependency not in sight.
|
|
- introduce a YaCyHttp interface to modulize/separate http server
- adjust the Jetty version specific implementation part (in package net.yacy.http)
- putting the version specific code in classes starting with Jetty8xxxx
- moved existing Jetty9xxx implementation into a test class (to keep the code)
- adjust build to the changed jars
- make use of the introduced YaCyHttpServer interface in related htroot servlets
- adjust other test cases/classes
|