Michael Diederich

Results 5 issues of Michael Diederich

**Describe the bug** The jenkins job calls the testpage `/index.cfm?controller=wheels&action=wheels&view=tests&format=junit&type=app` If one of the tests fails, the HTTP status code is set to 417 Source Code: `wheels\public\tests\junit.cfm` line 2+3 The...

**Describe the bug** After the upgrade of a wheels installation at a customer site, the load balancer could not handle the requests anymore. The request was valid and the test...

**Describe the bug** The testpage is loading CSS and JS-Files over the public internet, e.g. https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js As not all servers have full access to the internet, the test pages...

The codechecker result is: `compare() is Case Sensitive - try compareNoCase() instead` for this code: `dateCompare(this.access_expires,now())` But there is no coldfusion/lucee function with dateCompareNoCase, so this should be ignored.

I installed the latest `extension-PerformanceAnalyzer-1.0.0.3.lex` first in the server context, then in my web context. After a lucee restart, I see the Analyser in Menu but there is no content:...

bug