search : peter boughton

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

2611607 CF-3607057 ORM Support Peter Boughton Prevent dumping an ORM object with lots of relations from causing OoM errors. Dumping variables from a complex ORM application runs the risk of causing a java.lang.OutOfMemoryError caused by too many levels of ORM relationships attempting to be dumping
2611693 CF-3600373 Language : Framework Support Peter Boughton In a CFM template (Coldbox view), using #a( b = {c:0} )# will in some situations cause a NullPointerException. In a CFM template (Coldbox view), using #a( b = {c:0} )# will in some situations cause a NullPointerException. The page
2612627 CF-3489021 Language Peter Boughton Add includeEmptyFields parameter to ReplaceList (as per ListToArray and others) Problem Description: It is not possible to remove strings using ReplaceList, since empty list elements are ignored. An extra parameter should be added, as several List
2614310 CF-3117509 Language Peter Boughton Clsoures do not work inside cfset. Problem Description: When attempting to define a function inline inside a cfset, it does not work. Steps to Reproduce: // these three work: X = doStuff( 'abc' , normalfunc ); X = doStuff( 'abc
2608460 CF-4089606 Core Runtime Peter Boughton Application will not start - CF tries to copy JAR file to location of locked file - CF11 update 7 After installing update 7, the application will not start. Message Error occurred while copying the file from source C
2608778 CF-4000264 Database Peter Boughton QueryExecute when ? and = in string - "Lesser number (0) of positional parameters are defined for sql query" Problem Description: QueryExecute has a buggy SQL parser - it thinks a URL inside a string is a positional parameter. The presence of a question
2609507 CF-3840599 Debugging : CFDump Peter Boughton Prevent dumping an entity with lots of relations from causing OoM errors. Dumping variables from a non-trivial ORM application will causing a java.lang.OutOfMemoryError caused by too many levels of ORM relationships attempting to be resolved
2609533 CF-3836336 Language Peter Boughton cflocation does not work in Application.cfc Duplicate ID: CF-3760802 Problem Description: ================ A cflocation in Application.cfc throws an error instead of relocating. Steps to Reproduce: ================ Create an Application.cfc as follows
2614311 CF-3117508 Language : Closures Peter Boughton Closures do not work with named arguments. Problem Description: When passing a function into another function, closures do not work with named arguments. Steps to Reproduce: // these three work: X = doStuff( 'abc' , normalfunc
2608938 CF-3956389 Language : Java Integration Peter Boughton update 5 prelease 2 seems to lock cached version of jar files Trying to start a second instance of an application (shared codebase, different database) was immediately giving the error: > The process cannot access the file because
2609257 CF-3863993 File Management Peter Boughton DirectoryList sometimes errors on empty string for filter when using UNC paths This code was erroring: var DiskQuery = DirectoryList ( Arguments.RootDir&Arguments.Location , false , "query" , FilterGlob , Arguments.Sort , 'file
2609364 CF-3853535 Web Container (Tomcat) Peter Boughton cfcontent sends corrupt binary data when query string is present with CF11s isapi_redirect.dll # Problem Description CF11 connected to IIS 7.5 and standard URL rewriting When using cfcontent to send a non-public binary file (e.g. image
2609508 CF-3840570 Language Peter Boughton null coalescing operator sometimes incorrectly returns the second operand The null coalescing operator ( a ?: b ) does not always correctly identify when the first operand should be used. Not knowing when it's going to work and when it is not makes
2611759 CF-3594992 Core Runtime Peter Boughton Using inline structs in as named arguments inside a block in cfscript causes CF not to execute code. Problem Description: As per title - in certain situations lines of code do not execute - the parser appears to get confused by inline structs inside
2611757 CF-3595245 Core Runtime Peter Boughton Inline literal struct notation causes a Hibernate-related NPE when used as a named argument inside a non-braced if statement. Not using braces for a single-line if statement containing an function with an inline struct literal as an argument will, when
2608975 CF-3951546 Language Peter Boughton Null Pointer Exception sometimes caused by function expression (closure) inside literal struct The code worked fine on CF11 u2. Testing CF11 u5 pre2 and it gives a Null Pointer Exception - sometimes. Sometimes it works fine - just refreshing the page
2609123 CF-3926479 Language Peter Boughton CF11 is setting cache-control and expires headers. A simple request with no cfcontent/cfheaders involved is returning this: HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Cache-Control: no-cache, no-store, must-revalidate, max-age=0 Pragma: no