Issues
- path outside mapping not correctly resolvedLDEV-5437
- default component and customtag mapping lostLDEV-5166Resolved issue: LDEV-5166Pothys - MitrahSoft
- mapping adding additional unrequired fieldsLDEV-5048Resolved issue: LDEV-5048Pothys - MitrahSoft
- NPE with expandpath() due to an invalid mapping via the admin pageLDEV-4803Resolved issue: LDEV-4803Michael Offner
- S3 breaks application mappingsLDEV-4708Resolved issue: LDEV-4708Michael Offner
- regression: mappings tests with resources failing (s3, ram)LDEV-4703Resolved issue: LDEV-4703Michael Offner
- testZipAsMapping test fails on windowsLDEV-4700Resolved issue: LDEV-4700
- regression new Query failing since 6.0.0.495 due to mappings not being loadedLDEV-4620Resolved issue: LDEV-4620Zac Spitzer
- strange path error when including file from outside the webrootLDEV-4601Michael Offner
- Invalid mappings are ignored by expandpathLDEV-4582Resolved issue: LDEV-4582Zac Spitzer
- admin returns 404 due to archive pathsLDEV-4563Resolved issue: LDEV-4563
- Lucee 6 Admin - Archives & Resources - Mappings page throws error with Deutsch LanguageLDEV-4482Resolved issue: LDEV-4482Michael Offner
- expose mapping listenerType and ListenerMode in adminLDEV-4440Resolved issue: LDEV-4440Zac Spitzer
- admin & docs mapping lex typo with listenermode and listenertypeLDEV-4432Resolved issue: LDEV-4432
- mapping archive not updatedLDEV-4430Resolved issue: LDEV-4430Pothys - MitrahSoft
- admin compile mappings needs feedbackLDEV-4364
- rename mapping attribute topLevel to webAccessible in Lucee 6LDEV-4362
- web accessible mappings should be case sensitiveLDEV-4351
- contractPath gets confusedLDEV-4334
- lucee 6.0 build looking wrong /test directory for testcaseLDEV-4065Resolved issue: LDEV-4065Pothys - MitrahSoft
- App specific mappings not working if used after expandPath()LDEV-4031Michael Offner
- Overriding default mappings make issuesLDEV-3799Michael Offner
- Existence of onRequest() changes behavior of files included via app mappingsLDEV-3463Michael Offner
- warmup: compile all mappings by defaultLDEV-3422
- pagePoolClear/InspectTemplates etc are per mapping, but they only address the current Application's mappingsLDEV-3388Resolved issue: LDEV-3388Michael Offner
- ExpandPath return wrong case, when using a mappingLDEV-3369Michael Offner
- Lucee checks default mappings before application mappingsLDEV-3332
- Setting dynamic app mappings hits disk for Resource.exist() check which can cause overhead in ColdBox AppsLDEV-3326
- cfml resource provider mapping causes crash and blank pages after a restartLDEV-3300Michael Offner
- Allow initially missing application defined mapping physical paths to be re-checkedLDEV-3101Resolved issue: LDEV-3101Pothys - MitrahSoft
- administrator.cfc updateMapping()LDEV-2977Resolved issue: LDEV-2977Michael Offner
- Impossible to create CF Mapping that points to Unix file system root ( / )LDEV-2893Michael Offner
- lucee.commons.io.res.type.compress.CompressResource cannot be cast to java.lang.ComparableLDEV-2850Michael Offner
- lucee shutdown delayed by an extra 60s with a s3 mappingLDEV-2557Pothys - MitrahSoft
- Lucee Serving Blank Pages: controller;Index -1 out of bounds for length 0;java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 0LDEV-2502Resolved issue: LDEV-2502Michael Offner
- Delete mapping doesn't clear the .lar fileLDEV-2379Zac Spitzer
- CFDump crashes if '/' mapping is invalidLDEV-2378Michael Offner
- admin.getLoggedDebugData doesn't include mapped pathsLDEV-2365Michael Offner
- can't configure a mapping to archive with primary as archive via the adminLDEV-2361Resolved issue: LDEV-2361Pothys - MitrahSoft
- list all active application scope mappings in the web adminLDEV-2347
- Code-created mappings should not be web-accessible by defaultLDEV-2205Resolved issue: LDEV-2205
- import not working for application component mappingsLDEV-2051Resolved issue: LDEV-2051Michael Offner
- cfajaxproxy returns 404 when using mappingsLDEV-2042
- When a mapping is removed, Lucee locks the archive file until lucee is restarted.LDEV-1883Mircea Botez
- Folders at root of drive take precedence over mappings in cfdirectoryLDEV-1863Michael Offner
- component deserialisation issue with application mappingsLDEV-1831
- "/" application mapping overrules config mappingsLDEV-1744Resolved issue: LDEV-1744Michael Offner
- application.mappings.allowRelPathLDEV-1731Resolved issue: LDEV-1731Michael Offner
- NPE calling expandPath() from JSR-223LDEV-1729Resolved issue: LDEV-1729Michael Offner
- Relative path won't work with CF mapping to /LDEV-1728
50 of 57
path outside mapping not correctly resolved
Description
Environment
None
Details
Assignee
UnassignedUnassignedReporter
Michael OffnerMichael OffnerPriority
NewLabels
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
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Offner
Michael OffnerPriority
Labels
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 26 March 2025 at 16:33
Updated 26 March 2025 at 17:36
Activity
Show:
Michael Offner26 March 2025 at 16:34
this could causes issue for relpath overlap existing mapping, this is very rare and most likely not really affect anybody.
in case you have a realpath in a mapping from a cfile tag or cfinclude, Lucee resolves this relative to the current mapping, instead Lucee should take a step back and resolve it against all mappings.