mirror of https://github.com/apache/lucene.git
fix conflicting mime-types
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423628 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2cd520cf2b
commit
e6f9c04807
|
@ -1,4 +1,3 @@
|
|||
<%@ page contentType="text/html; charset=utf-8" pageEncoding="UTF-8"%>
|
||||
<%@ page import="org.apache.solr.core.SolrConfig,
|
||||
org.apache.solr.core.SolrCore,
|
||||
org.apache.solr.schema.IndexSchema,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<%@ page contentType="text/plain; charset=utf-8" pageEncoding="UTF-8"%>
|
||||
<%@ page contentType="text/plain; charset=utf-8" pageEncoding="UTF-8" %>
|
||||
<%@ page import="org.apache.solr.core.Config,
|
||||
org.apache.solr.core.SolrConfig,
|
||||
java.io.InputStream,
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
<%@ page contentType="text/html; charset=utf-8" pageEncoding="UTF-8"%>
|
||||
<%@ page import="org.apache.solr.core.SolrInfoMBean,
|
||||
org.apache.solr.core.SolrInfoRegistry,
|
||||
java.net.URL,
|
||||
java.util.Date,
|
||||
java.util.Map"%>
|
||||
|
||||
<%@ page contentType="text/xml;charset=UTF-8" language="java" %>
|
||||
<%@ page contentType="text/xml; charset=utf-8" pageEncoding="UTF-8" language="java" %>
|
||||
<?xml-stylesheet type="text/xsl" href="registry.xsl"?>
|
||||
|
||||
<%@include file="_info.jsp" %>
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
<%@ page contentType="text/html; charset=utf-8" pageEncoding="UTF-8"%>
|
||||
<%@ page contentType="text/xml; charset=utf-8" pageEncoding="UTF-8" language="java" %>
|
||||
<%@ page import="org.apache.solr.core.SolrInfoMBean,
|
||||
org.apache.solr.core.SolrInfoRegistry,
|
||||
org.apache.solr.util.NamedList,
|
||||
java.util.Date,
|
||||
java.util.Map"%>
|
||||
|
||||
<%@ page contentType="text/xml;charset=UTF-8" language="java" %>
|
||||
<?xml-stylesheet type="text/xsl" href="stats.xsl"?>
|
||||
<%@include file="_info.jsp" %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue