Skip to content

Commit 66bb6e8

Browse files
committed
Don't return error when "Document loaded successfully but resource was not found"
1 parent b78358b commit 66bb6e8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block/object.xsl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,7 @@ exclude-result-prefixes="#all"
206206
</xsl:for-each>
207207

208208
<xsl:sequence select="ldh:hide-block-progress-bar($context, ())[current-date() lt xs:date('2000-01-01')]"/>
209-
<xsl:sequence select="
210-
error(
211-
QName('&ldh;', 'ldh:HTTPError'),
212-
concat('HTTP ', ?status, ' returned: ', ?message),
213-
$response
214-
)
215-
"/>
209+
<xsl:sequence select="$context"/>
216210
</xsl:otherwise>
217211
</xsl:choose>
218212
</xsl:for-each>

0 commit comments

Comments
 (0)