Hi Team, about half our servlets (in o.a.r.weblogger.ui.rendering.servlets) maintain some XDoclet tags ( http://xdoclet.sourceforge.net/xdoclet/) at the top of the file, for example @web.servlet and @web.servlet-mapping below:

/**
* Roller's Trackback server implementation. POSTing to this Servlet will add a
 * Trackback to a Weblog Entry. For more info on Trackback, read the spec:
* <a href="http://www.movabletype.org/docs/mttrackback.html";>MT Trackback</a>.
 *
 * @web.servlet name="TrackbackServlet"
 * @web.servlet-mapping url-pattern="/roller-ui/rendering/trackback/*"
 */
public class TrackbackServlet extends HttpServlet {

The XDoclet homepage hasn't been updated since 2005 apparently and we're not using XDoclet anymore. Any problem if I remove those and any other XDoclet tags from the source code?

Regards,
Glen

Reply via email to