[TYPO3-core] RFC: more fixes for status=503
Dmitry Dulepov
dima at spamcop.net
Sun Apr 9 16:25:55 CEST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello!
This is a CVS patch request.
Branches: HEAD, TYPO3_4-0
Symptoms: HTTP status 503 is sent when plugin calls $TSFE->set_no_cache().
Problem: TSFE did not handle this case properly. Due to the nature of
the cache, temporary content always comes to the cache before page is
being actually generated. If set_no_cache is not called, this temporary
content is replaced with real content. If set_no_cache is called,
temporary content is left in the database and sent to client during
subsequent connections.
Solution: clear temporary content if no_cache is detected.
See: http://bugs.typo3.org/view.php?id=3049 and
http://bugs.typo3.org/view.php?id=3176
Note: commit is pending until merge is complete.
Dmitry.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEORlyRVcYnKJ8N6kRAnOIAKCYfb2ERhChAdTTU73Xtw1/QHEAPACfbva2
VtJF6RWUjGEfV6hh8V9CuNM=
=RdTZ
-----END PGP SIGNATURE-----
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 503_no_cache_v2.txt
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060409/aed09799/attachment.txt
More information about the TYPO3-team-core
mailing list