JETTY-1547 Jetty does not honor web.xml web-app/jsp-config/jsp-property-group/default-content-type

This commit is contained in:
Jan Bartel 2012-09-27 07:25:34 +10:00
parent de17f8ec45
commit 95298f27c7
1 changed files with 1 additions and 1 deletions

View File

@ -1308,7 +1308,7 @@ public class StandardDescriptorProcessor extends IterativeDescriptorProcessor
jpg.setIsXml(group.getString("is-xml", false, true));
jpg.setDeferredSyntaxAllowedAsLiteral(group.getString("deferred-syntax-allowed-as-literal", false, true));
jpg.setTrimDirectiveWhitespaces(group.getString("trim-directive-whitespaces", false, true));
jpg.setDefaultContentType(group.getString("defaultContentType", false, true));
jpg.setDefaultContentType(group.getString("default-content-type", false, true));
jpg.setBuffer(group.getString("buffer", false, true));
jpg.setErrorOnUndeclaredNamespace(group.getString("error-on-undeclared-namespace", false, true));