From f179d862ffccbc58f8eef01517128250c2d0fa18 Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Sun, 1 Oct 2023 13:05:29 +0200 Subject: [PATCH] Add details on network file URI validation - https://github.com/dita-ot/dita-ot/issues/3718 - https://github.com/dita-ot/dita-ot/pull/4255 Signed-off-by: Roger Sheen --- release-notes/index.dita | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/release-notes/index.dita b/release-notes/index.dita index 8b41decd..af1d5ddc 100644 --- a/release-notes/index.dita +++ b/release-notes/index.dita @@ -79,8 +79,15 @@ -
  • PDF2 build breakes due to an invalid xref's URI - #3718 +
  • Network file URI validation has been fixed to allow builds to continue when cross-references + point to invalid URIs. Up until DITA-OT 3.6, the non-standard 2-slash format could be used to represent the + server name in Windows UNC filenames such as \\server\folder\file.pdf using the + Authority part of the URI as file://server/folder/file.pdf. Recent versions of DITA-OT + required the correct 3-slash notation with an explicitly empty authority component + (file:///server/folder/file.pdf), or builds would fail. Validation has been relaxed + to restore support for the 2-slash format. + #3718, + #4255
  • Chunk to content on DITA Map fails when the DITA Map has spaces in file name #4064 @@ -88,9 +95,6 @@
  • HTML5: Teletype output contains inline style attributes #4254
  • -
  • Fix validating network file URI - #4255 -
  • Fix getting file name from URI with space in file name #4064 #4257