You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2015/01/29 13:25:34 UTC

[jira] [Updated] (CONNECTORS-1154) Web connector: InterruptedIOException's should be handled less harshly for some response codes

     [ https://issues.apache.org/jira/browse/CONNECTORS-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright updated CONNECTORS-1154:
------------------------------------
    Attachment: CONNECTORS-1154.patch

This patch enhances the output for undifferentiated IO exceptions.


> Web connector: InterruptedIOException's should be handled less harshly for some response codes
> ----------------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-1154
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1154
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Web connector
>    Affects Versions: ManifoldCF 1.8, ManifoldCF 2.0
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.8.1, ManifoldCF 2.0.1, ManifoldCF 1.9, ManifoldCF 2.1
>
>         Attachments: CONNECTORS-1154.patch
>
>
> InterruptedIOExceptions during web crawling are normally considered to be service interruptions.  However, some web servers simply abort the sending of content after sending the response code, especially if the response code is something not content related, such as a redirection.  It would be good if the web connector could deal with this situation more gracefully, and not treat InterruptedIOExceptions as fatal errors unless the content is actually important.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)