Closed (outdated)
Project:
Drupal core
Version:
6.20
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2009 at 13:41 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
koyama commentedNo comments after more than 1 year? Many people must be suffering from this problem - perhaps without noticing.
Patches by ball.in.th solved the problem for a Russian Drupal site (6.16) with cyrillic URL-aliases.
Glancing at the code in Drupal 7 RC4 the problem will still persist in Drupal 7.
There may be similar problems with block caching (`cache_block` table).
Comment #3
ball.in.th commentedYes, all pages with encoded URL longer than 255 characters are not cached at all. Since there's no watchdog warning about this, I guess most people dont know about it. Column cid in table cache_page & cache_block should also be longer than 255.
Comment #5
ball.in.th commented