perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.65k stars 1.56k forks source link

Enable custom 404 pages for external web container #909

Closed mlitcher closed 7 years ago

mlitcher commented 7 years ago

This change makes it possible for external web containers to serve up the configured (or default) 404 response.

mlitcher commented 7 years ago

Resolves issue #774.

perwendel commented 7 years ago

:+1: Thanks!