Issues

Select view

Select search mode

 
1 of 1

contractPath gets confused

Description

test\functions\getApplicationSettings.cfc

contractPath( expandPath("./getApplicationSettings/onlySupported.cfm" ) ),

locally on windows

Errored: Page [/C:/work/lucee6/ant/getApplicationSettings/suppressFunction.cfm] [C:\work\lucee6\ant\C:\work\lucee6\ant\getApplicationSettings\suppressFunction.cfm] not found

on github actions

(caused by application action="update" mappings=mappings not working with an empty struct ,leaving an mapping causing later tests to fail)

lucee.runtime.exp.MissingIncludeException: Page [/susi/getApplicationSettings/index.cfm] [/home/runner/work/Lucee/Lucee/ant/susi/getApplicationSettings/index.cfm] not found

Environment

None

Attachments

1

Details

Assignee

Reporter

Priority

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Created 19 December 2022 at 17:49
Updated 20 December 2022 at 08:18

Activity

Show:

Zac Spitzer20 December 2022 at 08:18

Zac Spitzer20 December 2022 at 07:49

added some extended tests

on windows

on github actions

alas I can’t repro this one

Errored: Page [/C:/work/lucee6/ant/getApplicationSettings/suppressFunction.cfm] [C:\work\lucee6\ant\C:\work\lucee6\ant\getApplicationSettings\suppressFunction.cfm] not found

Zac Spitzer19 December 2022 at 18:02
Edited

doesn't work

changing that line to

application action="update" mappings={"/zac":getTempDirectory()}; works

application action="update" mappings={}; works doesn’t

Flag notifications