-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] sap.ui.model.json.JSONModel#loadData: Don't use JSONP
JSONP is an outdated way to do cross-origin requests. To avoid JSONP by mistake JSONP is disabled. The replacement of ?? by a JSONP callback handler does not happen any more. PS1: Downport to 1.121 PS2: Resolve merge conflict Change-Id: I4afa94bb806c7af726f53f30f055f74bc5e9d845 SNOW: DINC0180763 Fixes: #4064 CR-Id: 002075125900002228892024 (cherry picked from commit a51660d)
- Loading branch information
Showing
2 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters