DetailsServlet

A servlet for retrieving additional information for an article. Supports only GET:

GET: http://host/details?dbid=database-id&source=object-source&sourceid=object-source-id

dbid

The internal Escenic (database) identifier of the object.

source

Identifies the external source of the object.

sourceid

The external identifier of this object. This id must be unique for every article from a given source.

Either dbid or a combination of source and sourceid must be specified.

When invoked the servlet resolves the requested article and returns an HTML page with additional article information.

If the article is not published, the servlet will return a HTTP 404 error message.