Zac Spitzer
Zac Spitzer
I have also filed this in the public webkit bug tracker https://bugs.webkit.org/show_bug.cgi?id=163578
[javac] /home/runner/work/Lucee/Lucee/core/src/main/java/lucee/runtime/sql/SelectParser.java:29: error: cannot find symbol [javac] import lucee.runtime.exp.IllegalQoQException; [javac] ^ [javac] symbol: class IllegalQoQException [javac] location: package lucee.runtime.exp [javac] /home/runner/work/Lucee/Lucee/core/src/main/java/lucee/runtime/sql/SelectParser.java:46: error: cannot find symbol [javac] import lucee.runtime.exp.IllegalQoQException; [javac] ^...
@mpark4656 i raised a question about the wholesale changing of the true to false in the call to JSONConverter? the test case is a good start, but we need tests...
@isapir can you please create a ticket for this?
closing, addressed in https://luceeserver.atlassian.net/browse/LDEV-4169
@cfmitrah thing is, this isn't going to work as there's no http server when the unit tests are run....
any plans to update the commons library being used, 1.9 was released 2014-10-09, 1.18 was released 2018-08-16 https://commons.apache.org/proper/commons-compress/changes-report.html#a1.9 seems there are a quite a few fixes for the 7z support...
Would an application.onRequestTimeout method help here?
add possibility to add a cpu/memory/concurrent request threshold for request timeout https://luceeserver.atlassian.net/browse/LDEV-3019
IsFlushed would be useful, it should be available. Is there something like the old asp isConnected() available? On Mon., 7 May 2018, 19:00 Michael Offner, wrote: > There is one...