Issues
- Error compiling XPath: string(//*:NameID)BL-1300
- Serializing queries to JSON compatibilityBL-1299
- Return value of statements in ASMBL-1298Jacob Beers
- Update session storage key removal interceptor so it can detect if the clear is a session or not, as it could be in a cache that holds much more dataBL-1297Resolved issue: BL-1297Luis Majano
- looping over XMLNode as collection only loops over child nodesBL-1296Resolved issue: BL-1296Brad Wood
- Support for custom error templates / cferrorBL-1295
- static initializer above properties is giving a syntax errorBL-1294Resolved issue: BL-1294Brad Wood
- Upate isObject, isArray and IsStruct to have more edge cases and consistencies across enginesBL-1293Resolved issue: BL-1293Luis Majano
- jsonSerialize() or deserialize with cookie setting is adding extra "BL-1292Resolved issue: BL-1292Jon Clausen
- XML structkeyExists returns false when objects are there but isNull returns falseBL-1291Resolved issue: BL-1291Luis Majano
- dump templates for Function, Map and XML missing expand null checksBL-1290Resolved issue: BL-1290Luis Majano
- CacheLocator cache is too aggressive on same name but different location classesBL-1289Resolved issue: BL-1289Luis Majano
- Schedulars defined in Application.bx are being created on every requestBL-1288Resolved issue: BL-1288Luis Majano
- LineNumber alias on exception traces for multiple Box tools in the openBL-1287Resolved issue: BL-1287Luis Majano
- Pre-compiled matchers for exception stack builds for performanceBL-1286Resolved issue: BL-1286Luis Majano
- Can we improve URL to PDF support?BL-1285Jon Clausen
- CFML compat. Undefined query values are strings in ACF / LuceeBL-1284Resolved issue: BL-1284Michael Born @ Ortus
- cfml compat - cfinclude with non cfml filesBL-1283Resolved issue: BL-1283Brad Wood
- cfml compat: returnformat is case sensitive for remote methodsBL-1282Resolved issue: BL-1282Brad Wood
- hash CFML compatabilityBL-1281Resolved issue: BL-1281Jon Clausen
- caches set operations relies on timeouts being Objects, do stricter validation and conversion to avoid can't cast string to longsBL-1280Resolved issue: BL-1280Luis Majano
- relative include with ../../ can result in illegal class nameBL-1279Resolved issue: BL-1279Brad Wood
- Possible minor bug in MailBL-1278Jon Clausen
- ambiguous parsing invocationsBL-1277Brad Wood
- Create a standardized way to document module dependenciesBL-1276Resolved issue: BL-1276
- expandPath(".") when running boxlang as a shell script does not point to the current working directoryBL-1275Resolved issue: BL-1275Brad Wood
- Error with parseDateTime on ISO with fully numeric offsetBL-1274Resolved issue: BL-1274Jon Clausen
- Class which implements IReferenceable alone throws errors when Attempting Serialize to JSONBL-1273
- Dumping class with top argument results in Struct template error.BL-1272
- Using BIFS in CLI schedulers throws an error that request context is emptyBL-1271Resolved issue: BL-1271Brad Wood
- boxlang schedule should return usage infoBL-1270
- this.schedulers for Application.bx loading of schedulersBL-1269Resolved issue: BL-1269Luis Majano
- Scheduler BIFS for managing schedulers programmaticallyBL-1268Resolved issue: BL-1268Luis Majano
- Elvis using nullValue on right hand side throws errorBL-1267Jacob Beers
- Rethrown Exception Inside Transaction Being Wrapped In Application ExceptionBL-1266Resolved issue: BL-1266Jon Clausen
- Allow for an array of BoxLang schedulers to be loaded on startup of the runtimeBL-1265Resolved issue: BL-1265Luis Majano
- configuration for `schedulers` in the `boxlang.json`BL-1264Resolved issue: BL-1264Luis Majano
- Add `BoxCache` annotation to allow aliasing cache providersBL-1263Resolved issue: BL-1263
- Command to schedule Schedulers : boxlang schedule {path.bx}BL-1262Resolved issue: BL-1262Luis Majano
- Miniserver getPageContext().getResponse().reset() not clearing status code and headersBL-1261Resolved issue: BL-1261Brad Wood
- Add `modules` key to server.boxlang structBL-1260Resolved issue: BL-1260
- only populate form.fieldNames on POST methodBL-1259Resolved issue: BL-1259Brad Wood
- Make Java interop varargs optionalBL-1258Resolved issue: BL-1258Brad Wood
- Unsupported isolation level: READ_COMMITTEDBL-1257Resolved issue: BL-1257Jon Clausen
- Incorrect parsing of string times when used in time format when Zone is different from systemBL-1256Resolved issue: BL-1256Jon Clausen
- JDBC - SQL Server Error When Using Date Time in Query ParamBL-1255Resolved issue: BL-1255Jon Clausen
- Parse Exception - IIFE without enclosing parensBL-1254
- Documentation of remote behavior of BL ClassesBL-1253
- Consider renaming jsonDeserialize member functionBL-1252Resolved issue: BL-1252Luis Majano
- Put debug mode cache clearing behind a config flag: clearClassFilesOnStartupBL-1251Resolved issue: BL-1251Luis Majano
50 of
Error compiling XPath: string(//*:NameID)
Description
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
John WhishJohn WhishPriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
John Whish
John WhishPriority
Sentry
Sentry
Sentry
Created 8 hours ago
Updated 8 hours ago
Activity
Show:
The following code on ACF returns
user@example.com
On BoxLang I get the error:
Note that Lucee also errors so this appears to be ColdFusion only that supports this xpath syntax.
For reference, the following does work across all three engines, so is probably the solution. Documenting here in case anyone hits this in the future: