Remove deprecated imports of old XML class in JSPs
--------------------------------------------------

                 Key: SOLR-615
                 URL: https://issues.apache.org/jira/browse/SOLR-615
             Project: Solr
          Issue Type: Improvement
          Components: web gui
    Affects Versions: 1.2
            Reporter: Uri Boness
            Priority: Minor
             Fix For: 1.3


Some JSPs import the old and deprecated org.apache.solr.util.XML class while 
others import the new org.apache.solr.common.util.XML class. This causes import 
conflicts in some JSPs (e.g. ping.jsp). Since the old class now extends the new 
one, these conflicts do not have any affect at runtime. The sole purpose of 
this issue is to help clean up the code base.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to