declare admin-pages to return UTF-8, add space in content-type strings: SOLR-35

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-07-19 18:52:03 +00:00
parent 70c8fc4b46
commit 2cd520cf2b
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ New Features
(Bertrand Delacretaz via yonik, SOLR-28)
18. JSON, Python, Ruby QueryResponseWriters: use wt="json", "python" or "ruby"
(yonik, SOLR-31)
19. Make web admin pages return UTF-8, change Content-type declaration to include a
space between the mime-type and charset (Philip Jacob, SOLR-35)
Changes in runtime behavior
1. classes reorganized into different packages, package names changed to Apache