MantisBT: master-1.2.x 6bcc29a1

Author Committer Branch Timestamp Parent
rombert rombert master-1.2.x 2011-04-20 17:14 master-1.2.x 432896f7
Affected Issues  0012794: Java Exception when the Issue has an attached file (using mantis plugin in Hudson/Jenkins)
Changeset

Fix 0012794 : Java Exception when the Issue has an attached file (using mantis plugin in Hudson/Jenkins)

Do not use DIRECTORY_SEPARATOR to build paths which will be converted
to URLs. The main usage of DIRECTORY_SEPARATOR is to convert paths
which are received from the operating system, which is not the case
when determining the application's install location.

The slash is a valid separator on all PHP platforms 1, therefore
we use that.

mod - config_defaults_inc.php Diff File