Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49726
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 23 Aug 2010 19:23:28 +0000 (19:23 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 23 Aug 2010 19:23:28 +0000 (19:23 +0000)
commit9af3129893bd4fea64c753abe8707181d53e3cff
treed20e03a2b59e3dd1d77731c62132313f4f645967
parenteca18510626a981b2bc338de57097f60d090f43a
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49726
Specifying a default content type via a JSP property group should not prevent a page from setting some other content type
Includes test cases

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@988262 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/jasper/compiler/Compiler.java
test/org/apache/jasper/compiler/TestCompiler.java [new file with mode: 0644]
test/webapp-3.0/WEB-INF/web.xml
test/webapp-3.0/bug49726a.jsp [new file with mode: 0644]
test/webapp-3.0/bug49726b.jsp [new file with mode: 0644]
webapps/docs/changelog.xml