mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-22 09:14:38 -04:00
*) Bugfix for incorrectly indexing of URLs that were requested with Cookies in the
Request header See: http://www.yacy-forum.de/viewtopic.php?p=14077 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1214 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
@ -107,7 +107,7 @@ public class plasmaSwitchboardQueue {
|
||||
entry.url.toString().getBytes(),
|
||||
(entry.referrerHash == null) ? plasmaURL.dummyHash.getBytes() : entry.referrerHash.getBytes(),
|
||||
serverCodings.enhancedCoder.encodeBase64Long((entry.ifModifiedSince == null) ? 0 : entry.ifModifiedSince.getTime(), 11).getBytes(),
|
||||
new byte[entry.flags],
|
||||
new byte[]{entry.flags},
|
||||
(entry.initiator == null) ? plasmaURL.dummyHash.getBytes() : entry.initiator.getBytes(),
|
||||
serverCodings.enhancedCoder.encodeBase64Long((long) entry.depth, plasmaURL.urlCrawlDepthLength).getBytes(),
|
||||
(entry.profileHandle == null) ? plasmaURL.dummyHash.getBytes() : entry.profileHandle.getBytes(),
|
||||
|
Reference in New Issue
Block a user