Maven Doxia

Twiki module cannot parse two forced links in the same paragraph

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0-alpha-9
  • Fix Version/s: 1.1
  • Component/s: Module - Twiki
  • Labels:
    None
  • Number of attachments :
    1

Description

The regex used is too eager so it sucks up two (or more) links on the same line, e.g. [[a]] b [[c]] parses as "[[" "a]] b [[c" "]]". THe fix is relatively easy - just use a more specific regx to match for links (forced and/or specifc).

Activity

Hide
Juan F. Codagnone added a comment -

Author: Christian Nardi (for Zauber S.A.)
Original SVN: https://code.zauber.com.ar/repos/doxia/branches/592499/ revision 19

Show
Juan F. Codagnone added a comment - Author: Christian Nardi (for Zauber S.A.) Original SVN: https://code.zauber.com.ar/repos/doxia/branches/592499/ revision 19
Hide
Lukas Theussl added a comment -

Applied, thanks!

Show
Lukas Theussl added a comment - Applied, thanks!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: