[7.0.0241] FIXED: Errors from jsoup

Went to run a script I wrote last year that included jars… this works on 5.x fine

Getting error :
Illegal char <:> at index 72: C:\_Servers\Lucee\tomcat\lucee-server\context\cfclasses\RPC\bmw9lepk316j:5yw1p2q51paf

any ideas on what I need to tweak to make this work again?

application.cfc (simple version)

------ 

component {

    this.name = hash(cgi.path_info, 'SHA-256', 'UTF-8', 2);
    this.requestTimeout=createTimeSpan(0,0,0,30);

    this.javaSettings = {
        loadPaths = [".\jars"],
        loadColdFusionClassPath = true,
        reloadOnChange = false
        };

    }

put anything in the index.cfm

OS: ?Win11
Java Version: bundled
Tomcat Version: bundled
Lucee Version: 7.0.0.241-SNAPSHOT

@dawesi , Please try this with the latest Lucee 7.0 and report back.
Here is the related ticket: Issue navigator - Lucee

3 Likes

That did the trick.

sweet, and props for so many great snapshot updates lately.

You guys are on fire.

2 Likes