Admin console taglib URI does not correspond with usage.

Description

Openfire uses a custom taglib that is used in the admin console. It's definition lists its URI as http://www.igniterealtime.org/:

admin.tld

<taglib> <tlibversion>1.0</tlibversion> <jspversion>1.1</jspversion> <shortname>Tag Library for Openfire 2.0</shortname> <uri>http://www.igniterealtime.org/</uri> <info>Tab Library for Openfire Admin Console</info>

However, when used in JSPs, a different URI is used:

web.xml

<jsp-config> <taglib> <taglib-uri>admin</taglib-uri> <taglib-location>/WEB-INF/admin.tld</taglib-location> </taglib>

Although this appears to be not a problem for the JSPs that ship with Openfire itself, it does prevent the taglib from being used in plugins.

Environment

None

Activity

Show:

Guus der Kinderen April 20, 2015 at 6:53 PM

The URI designation in the tablib defintiion has been modified to reflect its usage ("admin").

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created April 20, 2015 at 6:41 PM
Updated November 27, 2015 at 6:20 PM
Resolved April 20, 2015 at 6:53 PM