Re: How can we customized "404 Not Found"
Amit Kumar Gupta
Hi Stefan, Mike,
toggle quoted message
Show quoted text
For real applications, would you want a common 503 page for all applications on the platform, or would your different applications have different custom domains, with custom 503 pages for each domain. If the latter, then you probably wouldn't have the wildcard route on the same domain as the default app domain used in the smoke tests. If the former, then what sort of assertion do you think the smoke tests should make to assert that the app has been cleaned up and is no longer routable (without introducing false positives where the app is still routable but returning a bad response code for some other reason)? Thinking about the smoke tests in isolation, you might think to make the response-code-check injectible as configuration to the smoke tests. But from the perspective of the operator setting up the whole system and maybe deciding whether or not to run smoke tests, they might not even have deployed CF yet, let alone set up a 503 page, so it would be awkward to have the operator decide and configure up front what output/response code the smoke tests look for. Not sure what the optimal answer is here, any thoughts? Amit On Sun, Apr 17, 2016 at 11:43 AM, Stefan Mayr <stefan(a)mayr-stefan.de> wrote:
Hi, |
|