Issues
- `skipCFCWithError` setting not being honored on metadata parsingBLMODULES-37Resolved issue: BLMODULES-37Jon Clausen
- bx-orm - EntityLoad returning incorrect results with criteria struct filter on parent propertiesBLMODULES-36Resolved issue: BLMODULES-36
- bx-orm - Hibernate Criteria Querys using `get` are returning proxies instead of the entityBLMODULES-35Resolved issue: BLMODULES-35Jon Clausen
- bx-orm - Transactional ORM Sessions attempt to save/flush objects from the outer sessionBLMODULES-34Michael Born @ Ortus
- bx-orm - BoxProxy Struct Implementation causes validation exceptionsBLMODULES-33Resolved issue: BLMODULES-33
- bx-orm : to-one generated has methods are not returning the correct values.BLMODULES-32Resolved issue: BLMODULES-32Jon Clausen
- bx-orm - Auto-generated `has` methods are overriding declared methods in ORM entitiesBLMODULES-31Resolved issue: BLMODULES-31Jon Clausen
- bx-orm - Error on first ORM request after Application TimeoutBLMODULES-30
- bx-orm - Cast Issue on ORM Map QueryBLMODULES-29Jon Clausen
- bx-orm - classlocation not working with fully expanded pathsBLMODULES-28
- bx-orm - batch-size attribute missing on to-many XML relationship generationBLMODULES-27Resolved issue: BLMODULES-27Jon Clausen
- bx-orm - Incorrect OrderBy Generated in Entity With `orderby` attributeBLMODULES-26Resolved issue: BLMODULES-26Jon Clausen
- hasX method on Parent not available when called from the child classBLMODULES-25Resolved issue: BLMODULES-25Jon Clausen
- bx-orm - Column unique-key attribute is not recognizedBLMODULES-24Resolved issue: BLMODULES-24Michael Born @ Ortus
- bx-orm - Generated method hasX() always returns false when no comparison value is passedBLMODULES-23Resolved issue: BLMODULES-23Michael Born @ Ortus
- bx-orm - Ensure DateTime objects are cast to Java Date Class in entities prior to saveBLMODULES-22Resolved issue: BLMODULES-22Jon Clausen
- bx-orm - Add Support for Multi-table non-discriminated entitiesBLMODULES-21Resolved issue: BLMODULES-21Jon Clausen
- bx-orm - Add support for single table discriminated inheritanceBLMODULES-20Resolved issue: BLMODULES-20Jon Clausen
- ContentBox ORM Load Error - Name of class to load cannot be nullBLMODULES-19Resolved issue: BLMODULES-19Jon Clausen
- bx-orm - Incorrect XML Generation On Discriminated Child When `joinColumn` attribute is not presentBLMODULES-18Resolved issue: BLMODULES-18Jon Clausen
- bx-orm - BoxProxy needs to implement IReferenceableBLMODULES-17Resolved issue: BLMODULES-17Jon Clausen
- bx-orm - Custom EventHandler events never firedBLMODULES-16Resolved issue: BLMODULES-16Jon Clausen
- bx-orm - Implement EntityLoadByExample BIFBLMODULES-15Resolved issue: BLMODULES-15Jon Clausen
- bx-orm - Expanded Path creates Failed to walk path exceptionBLMODULES-14Resolved issue: BLMODULES-14
- bx-orm - HQL Delete And Update Statements fail with "Not supported for DML operations"BLMODULES-13Resolved issue: BLMODULES-13Jon Clausen
- bx-orm - WrongClassException when re-querying for the same object in a sessionBLMODULES-12Resolved issue: BLMODULES-12Jon Clausen
- bx-orm - BIFs using Case-Senstitive Entity Names for entity lookupBLMODULES-11Resolved issue: BLMODULES-11Jon Clausen
- bx-orm - Mapped SuperClass SubClasses not Loading CorrectlyBLMODULES-10Resolved issue: BLMODULES-10Jon Clausen
- ORMExecuteQuery not working with params as structBLMODULES-9Resolved issue: BLMODULES-9Jon Clausen
- isDirty() call on entity generates Hibernate ExceptionBLMODULES-8Resolved issue: BLMODULES-8Jon Clausen
- bx-orm - ORMExecuteQuery date strings not being cast correctlyBLMODULES-7Resolved issue: BLMODULES-7Jon Clausen
- bx-orm - Entity Metadata getTableName is returning DBMS quoted table nameBLMODULES-6Resolved issue: BLMODULES-6Jon Clausen
- bx-orm - Add support for discriminated subclass entitiesBLMODULES-5Resolved issue: BLMODULES-5Jon Clausen
- bx-orm - Entity load throws 'Unimplemented method getProxy' when loading lazy relationshipsBLMODULES-4Resolved issue: BLMODULES-4Jon Clausen
- bx-orm - EntityLoad throws 'could not resolve property: xyz' on unquoted filter properties with cfml-compat installedBLMODULES-3Resolved issue: BLMODULES-3Michael Born @ Ortus
- bx-orm - Closed sessions are not removed from the ORM context session mapBLMODULES-2Resolved issue: BLMODULES-2Michael Born @ Ortus
- bx-orm - entityName annotation is not used by the Hibernate EntityNameResolverBLMODULES-1Resolved issue: BLMODULES-1Michael Born @ Ortus
37 of 37
Can't set cookies using a struct
Fixed
Description
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Brad WoodBrad WoodReporter
Martin WebbMartin WebbComponents
Fix versions
Priority
Major
Details
Details
Assignee
Brad Wood
Brad WoodReporter
Martin Webb
Martin WebbComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created February 21, 2025 at 5:01 PM
Updated March 7, 2025 at 8:36 AM
Resolved February 21, 2025 at 9:57 PM
Activity
Show:
Martin WebbMarch 7, 2025 at 8:36 AM
With recent updates, the initial example given now appears to be working. However, if you try to set the ‘samesite’ property we get an error String [strict] cannot be cast to a boolean
.
Brad WoodFebruary 21, 2025 at 9:57 PM
Good catch. This will be fixed on the next snapshot build.
An error is thrown when you try to set a cookie using a struct:
The error thrown is
Can't cast ortus.boxlang.runtime.types.Struct to a string.