Gus Heck created SOLR-13324:
-------------------------------

             Summary: Stop swallowing exception for Canonical URL in 
URLClassifyProocessor
                 Key: SOLR-13324
                 URL: https://issues.apache.org/jira/browse/SOLR-13324
             Project: Solr
          Issue Type: Sub-task
      Security Level: Public (Default Security Level. Issues are Public)
          Components: UpdateRequestProcessors
    Affects Versions: master (9.0)
            Reporter: Gus Heck


There's a default catch block here blocking SOLR-13322, which looks like we 
should just throw the exception from the method since it's only used inside a 
try/catch that already catches MalformedURLException
{code:java}
[forbidden-apis] Forbidden method invocation: 
java.lang.Throwable#printStackTrace() [Eclipse auto-generated stubs; exceptions 
should be correctly bubbled up and handled accordingly]
[forbidden-apis]   in org.apache.solr.update.processor.URLClassifyProcessor 
(URLClassifyProcessor.java:149)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to