merzilla / inm_googlesitemap

TYPO3 CMS extension. Generates a sitemap.xml via Scheduler Task by crawling the given URL (recursively) from frontend point of view. It uses PHPCrawl library.
0 stars 1 forks source link

[TASK] Ignoring 307 header status code for log messages #2

Closed ralessandri closed 4 years ago

ralessandri commented 5 years ago

TYPO3 CMS using 307 header status code for shortcuts. Adding 307 check to avoid these log messages. Maybe a TS Option make sense?

merzilla commented 4 years ago

Hi @Isaegenuet , the 307 check seems to be plausible in deed. I´ll merge that. According to having this as an option: I guess it makes no sense that one can e.g. configure something that maybe has no status 200 in the list at all. So for now having this hardcoded seems to be ok for me. Thanks for contributing!