SID-00602: fragile HTML tag stripping in AliasPlugin
| Status: |
Unanswered |
TWiki version: |
4.3.1 |
Perl version: |
|
| Category: |
AliasPlugin |
Server OS: |
|
Last update: |
16 years ago |
First thanks for this great plugin!
However, I fear the HTML tag stripping is too agressive. Consider for example
if a < b then write "lesser and TESTALIAS" elseif a > b then write "not equal"
TESTALIAS will not be replaced, although it should (it is not within an HTML tag).
Also it is not possible to create an working alias that does this:
%ALIAS{name="<--" value="←"}%
How about using HTML::Parser instead the simpel (but problematic) regex (line 348 in AliasPlugin.pm) to get a much more robust solution?
I used
AliasPlugin release 2.31 (revision 16746 from 12 Dec 2008)
--
TWikiGuest - 2009-10-30
Discussion and Answer
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2009-12-03
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.