Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
MonsterMonsterPriority
MinorLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Monster
MonsterPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 12 February 2020 at 21:09
Updated 8 February 2021 at 10:50
Resolved 23 December 2020 at 08:00
Issue
The following function returns false, but should return true:
isValid("url", "https://companyname.sharepoint.com/:f:/s/site-collection-name/subsite-name/Ds10TaJKAKhMp1hE0B_42WcBVhTHD3EQJKWhGprKFP3vpQ?e=14ohmf")
Details
SharePoint/Office365 allows users to share items via URL. These generated URLs contain a simple combination of characters that are returned invalid by isValid. Example URL:
https://companyname.sharepoint.com/:f:/s/site-collection-name/subsite-name/Ds10TaJKAKhMp1hE0B_42WcBVhTHD3EQJKWhGprKFP3vpQ?e=14ohmf
In this example, the :f:, which denotes a shared folder, is considered invalid. Other example designations used by SharePoint:
:w: for Word
:x: for Excel
:p: for PowerPoint
:b: for PDF