[TYPO3-german] RealURL und gleichnamige Seiten

Ulrich Fischer ulrich-fischer at gmx.net
Tue Jan 17 08:18:16 CET 2006


Ähnliche Fragestellung unter:
 >
http://typo3.org/documentation/mailing-lists/english-main-list-archive/thread/110189490


  10-01 01:07  by  Christoph Hofer, fiberpunk at wedontwantspamsuper-fi.net
> make sure that enableUrlDecodeCache is DISABLED within realurl config. i
> once had the same problem, and could fixed it by disabling that very cache.
> 
> 'enableUrlDecodeCache' => FALSE,

Stimmt, so geht es auch:
[...]
'init' => array(
    'enableCHashCache' =>  TRUE,
    'enableUrlEncodeCache' => TRUE,
    'enableUrlDecodeCache' => FALSE,
    'postVarSet_failureMode' => 'ignore',
    'respectSimulateStaticURLs' => 1,
    'appendMissingSlash' => 'ifNotFile'
),
[...]

In tx_realurl_urlencodecache stehen sie einträchtig nebeneinander:
tx_realurl_urlencodecache
url_hash   origparams content       page_id
233362544  id=16      kontakt.html  16
236702463  id=425     kontakt.html  425

Bringt denn dieser url_hash etwas ohne tx_realurl_urldecodecache?
class.tx_realurl.php ist mir zu hoch :-(

Kasper Skårhøj hat in seiner Testvariante auch beide UrlCaches aus-
geschaltet: http://bugs.typo3.org/view.php?id=1530#3195

Ulrich

PS:
class.tx_realurl.php
function decodeSpURL_decodeCache
  * Manages caching of URLs to be decoded.
  *
  * @param	string		Speaking URL path to be decoded
  * @param	array		Optional;
    If supplied array then this array is stored as the cached information
    for the input $speakingURIpath.
    If this argument is not set the method tries to look up such an array
    associated with input speakingURIpath
  * @return	mixed		Returns array with cached information
    related to $speakingURIpath (unless $cachedInfo is an array in which
    case it is stored back to database).




More information about the TYPO3-german mailing list