We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c7373 commit 563cfebCopy full SHA for 563cfeb
android/src/main/java/com/genexus/db/driver/GXPreparedStatement.java
@@ -1186,8 +1186,8 @@ else if(blobFiles.length < index)
1186
// add token if necesary?
1187
//Boolean addToken = (fileName.compareTo(GXDbFile.removeTokenFromFileName(fileName)) == 0);
1188
1189
- if ( (fileName.toLowerCase().startsWith("http://") || fileName.toLowerCase().startsWith("https://"))
1190
- && isLocalFile || downloadContent)
+ if ( (fileName.toLowerCase().startsWith("http://") || fileName.toLowerCase().startsWith("https://"))
+ && (isLocalFile || downloadContent))
1191
{
1192
URL fileURL = new URL(fileName);
1193
0 commit comments