Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
Description
URLs stored for diagnostic purposes in compiled schemas contain absolute file names present in the compilation environment.
This is problematic because it leaks information such as the userID of whomever built it.
These URLs should be shortened to just be relative URLs and exclude a prefix of the directory structure so that part that is provided is meaningful and useful, but does not include home directory information of a user.
See related DAFFODIL-1200 and DAFFODIL-2072.