Getting following error while accessing document through URL using Web Browser Component

08:09:31 SEVERE: The NetworkDelegate.onBeforeURLRequest() method has thrown exception:
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - Error at index 1 in: “d,”
at java.base/java.net.URLDecoder.decode(Unknown Source)
at java.base/java.net.URLDecoder.decode(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.FormDataParser.b(SourceFile:65)
at com.teamdev.jxbrowser.chromium.internal.FormDataParser.parse(SourceFile:36)
at com.teamdev.jxbrowser.chromium.internal.UploadDataFactory.create(SourceFile:29)
at com.teamdev.jxbrowser.chromium.NetworkService$a.onMessageReceived(SourceFile:1460)
at com.teamdev.jxbrowser.chromium.internal.ipc.q.a(SourceFile:1085)
at com.teamdev.jxbrowser.chromium.internal.ipc.r.run(SourceFile:69)
at com.teamdev.jxbrowser.chromium.internal.t.run(SourceFile:79)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.GuardedThread.run(SourceFile:35)

Please help with this!

The URL you’re supplying is (apparently) invalid - try running it through the urlEncode expression function, perhaps?