} else if (targetLo.startsWith("http://")) {
// HTTP URL?
return new PDFUri(target);
+ } else if (targetLo.startsWith("https://")) {
+ // HTTPS URL?
+ return new PDFUri(target);
} else if (targetLo.startsWith("file://")) {
// Non PDF files. Try to /Launch them.
target = target.substring("file://".length());
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Code" dev="GA" type="fix" fixes-bug="51599" due-to="Paul Huemer">
+ Allow https scheme URI for PDF external action target.
+ </action>
<action context="Code" dev="GA" type="fix" fixes-bug="50901" due-to="Carsten Pfeiffer">
RTF percentage table column width not calculated from table.
</action>