MantisBT: master 6c31ff9c

Author Committer Branch Timestamp Parent
dregad dregad master 2015-02-01 23:48 master 4d9f1f76
Affected Issues  0018049: Getting errors when accessing SOAP documentation page
Changeset

SOAP: remove useless script block from XSLT

The js file referenced in the XSLT is missing from the distribution,
which causes errors in the apache error logs:
File does not exist: /path/to/mantisbt/api/soap/wsdl-viewer.js

As per the XSLT's author,

On 23 January 2015 at 18:03, Tomi Vanek tomi.vanek@gmail.com wrote:

JS - that was just a plan that was never finished - browsers block JS
from file system, so I did not go in that direction, just forgot the
link in generated code - this is a harmless bug

This commit resolves the issue by removing the <script> block from the
XSLT file.

Fixes 0018049

mod - api/soap/wsdl-viewer.xsl Diff File