STORM-632 URL-like resident display name is shown as clickable HTTP URL in various places (additional fix)
Review Request #433 - Created Aug. 8, 2011 and submitted
Vadim ProductEngine | Reviewers | ||
viewer | |||
STORM-632 | richard.linden | ||
None | viewer-development |
Disallow showing URL-like avatar display names as Web links in the ShareItemsConfirmation notification. Updating the <nolink> tag parsing regexp to enable multiple <nolink>...</nolink> clauses in a single textbox.
Review request changed
Updated (Aug. 10, 2011, 8:25 a.m.)
-
- added richard.linden
Adding Richard to reviewers.
Posted (Aug. 11, 2011, 12:29 p.m.)
-
indra/llui/llurlentry.cpp (Diff revision 1) -
This regexp will not allow nested tags. I'm not sure if we can handle or use nested tags, but it would seem to be better to use: boost::regex("<nolink>.?</nolink>") this will consume as few characters as possible between the opening and closing tags, thus allowing multiple "nolink"s
Review request changed
Updated (Aug. 12, 2011, 5:38 a.m.)
-
- added Diff r2
Use non-greedy regexp match to enable multiple <nolink>...</nolink> clauses in a single textbox.
Other reviews