Am Freitag, 6. Mai 2016, 15:15:38 schrieb Robert Sandell:
> True, but since the specific section he mentioned to link to is gone in 2.0
> I saw no need :)
>
> But yea, something is adding those anchor points, but it's not
> lib/form/section.jelly so some magic javascript seems to be adding them
> after the jelly has been rendered.
It is in lib/form/breadcrumb-config-outline/init.js
I inspected the generated config page and found a
<tr> element is generated for each section. The element has a _name_
attribute with a value derived from the tool descriptor.
For the JDK tool, it gives
<tr ... name="hudson-model-JDK">
W3C says, there is no name attribute allowed for <tr>, but it is allowed for
<a>.
Looks like someone already tried to generate an anchor here, but messed up the
jelly code.