[ 
https://issues.apache.org/jira/browse/JSPWIKI-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Bunn updated JSPWIKI-428:
------------------------------

    Description: 
WeblogPlugin attempts to match the first HTML header to use as a title, but the 
matching pattern is invalid, probably because of a greedy modifier.


  was:
WeblogPlugin attempts to match the first HTML header element when building page 
titles, but the match call uses the wrong match group.
Result: empty title.
Fix: trivial - use group index 1, not 2. See patch.



(Edit: trigger finger too quick, problem not what I thought it was.)

> WeblogPlugin doesn't find sub-page title
> ----------------------------------------
>
>                 Key: JSPWIKI-428
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-428
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.0
>            Reporter: Erik Bunn
>            Priority: Trivial
>         Attachments: jspwiki-428.patch
>
>
> WeblogPlugin attempts to match the first HTML header to use as a title, but 
> the matching pattern is invalid, probably because of a greedy modifier.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to