You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an invalid pattern (.) set as the default value for the matching pattern in ListFiles operation of file connector. If we deploy the default config and invoke the following error is thrown
[2025-02-14 11:17:47,134] ERROR {ListFiles} - {api:DataServiceAPI:v4.3.0} Error while performing file:listFiles for folder file:////Users/username/work/4.4.0/ssl2 java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*.*
^
at java.base/java.util.regex.Pattern.error(Pattern.java:2028)
at java.base/java.util.regex.Pattern.sequence(Pattern.java:2203)
at java.base/java.util.regex.Pattern.expr(Pattern.java:2069)
at java.base/java.util.regex.Pattern.compile(Pattern.java:1783)
at java.base/java.util.regex.Pattern.<init>(Pattern.java:1430)
at java.base/java.util.regex.Pattern.compile(Pattern.java:1069)
Steps to Reproduce
Add the ListFiles operation of the file connector
Set the file connection and the directory path
Deploy and invoke it
Version
Connector version: 4.0.33
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Description
We have an invalid pattern (.) set as the default value for the matching pattern in
ListFiles
operation of file connector. If we deploy the default config and invoke the following error is thrownSteps to Reproduce
ListFiles
operation of the file connectorVersion
Connector version: 4.0.33
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: