You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Frank Biederich <fb...@Adobe.COM> on 2000/01/20 18:21:52 UTC

custom status code messages

Hi,

is it possible to use custom status code messages inside the servlet
response ? Currently the codes are defined in LocalStrings.properties
(org.apache.tomcat.core) and an 'MissingResourceException' exception
will be thrown if the code is not available as a key in this property
list.

Any ideas ?

Best, Frank