Bug 26608 - strip="true" causes exception when no tags available to strip
Summary: strip="true" causes exception when no tags available to strip
Status: RESOLVED LATER
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Scrape Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-02 17:04 UTC by Andrew Berman
Modified: 2009-11-29 19:42 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Berman 2004-02-02 17:04:36 UTC
If strip="true" on the scrape tag and the resulting scrape has no HTML tags 
that it needs to strip out, the scrape tag does not spit out the result.  For 
example, if the scrape result is supposed to be:

Hello this is a scrape result

the scrape tag will not display it if the strip attribute is set to true.  It 
works when there is an HTML tag in the scrape like:

<b>Hello</b> this <u>is</u> a scrape result.

but without HTML tags, it does not work.
Comment 1 Henri Yandell 2009-11-29 19:42:01 UTC
Resolving. Taglib has been retired.