[TYPO3-core] RFC #9400: Integrate jb_status_code in the TYPO3 core
Dmitry Dulepov [typo3]
dmitry at typo3.org
Sun Sep 21 10:35:14 CEST 2008
Hi again!
Dmitry Dulepov [typo3] wrote:
> Why
>
> header(constant('t3lib_div::HTTP_STATUS_301')));
>
> and not
>
> header(t3lib_div::HTTP_STATUS_301);
>
> ?
And the patch is -1 because it is allows to specify any status code in the range from 10 to 1000 (even 500). This is not acceptable. There should be a select box with statuses 301, 302 and 303 only.
--
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/post-details/tag_your_typo3_extension_releases_in_svn/
More information about the TYPO3-team-core
mailing list