You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/03/08 21:26:01 UTC

DO NOT REPLY [Bug 26851] - [PATCH] LinkStatusGenerator, incorrect link content type check

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=26851>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26851

[PATCH] LinkStatusGenerator, incorrect link content type check





------- Additional Comments From joerg.heinicke@gmx.de  2004-03-08 20:26 -------
But then just

if (content_type.startsWith(linkContentType + ";")) ...

is simpler. Any objections against applying it?