displaying top 100 results
Tracker Comment Comment on Starting Solr on RHEL 6 64 bit by External U.
2613189 CF-3339690 External U. I work with Nathan Mische and have seen this issue as well.
Tracker Comment Comment on SerializeJSON turns strings that look like scientific notation into floats. by External U.
2610574 CF-3695627 External U. @cf_chris - I've been using JSONUtil.cfc by Nathan Mische. http://jsonutil.riaforge.org/
Tracker Comment Comment on SpreadSheetSetColumnWidth stops working after updating to ColdFusion 10 Update 11 by External U.
2611496 CF-3616845 External U. I work with Nathan Mische (see previous vote).
Tracker Comment Comment on deserializeJson does not properly handle high-ascii characters by External U.
2612661 CF-3476661 External U. To save you the trouble, I've tested the same input with JSONUtil.cfc from Nathan Mische and it is likewise affected. Unfortunately I see _no_ workaround for this currently.
2556939 CF-3040516 Debugging : General Nathan Mische Bug 80986:Please add the ability to log cfhttp and webservice calls Problem:
Please add the ability to log cfhttp and webservice calls. Ideally this could be configured via the Debugging & Logging section of the ColdFusion Administrator.
Method
Tracker Issue Bug 79246:(Watson Migration Closure)Add option to enable request debugging output for remote CFC requests
2556943 CF-3039534 Debugging : General Nathan Mische Bug 79246:(Watson Migration Closure)Add option to enable request debugging output for remote CFC requests Problem:
Add option to enable request debugging output for remote CFC requests.It would be useful to be able to run the debugging template
Tracker Issue Bug 79737:Error when trying to add a MS SQL Server data source without username or password
2599628 CF-3039889 Server Manager Nathan Mische Bug 79737:Error when trying to add a MS SQL Server data source without username or password Problem:
Error when trying to add a MS SQL Server data source without username or password. Datasource is added despite the error message.
Method:
Attempt
Tracker Issue Bug 78712:Event argument keys for a DataServicesMessaging gateway's onIncomingMessage function are now case sensitive
2600243 CF-3039239 Event Gateway Nathan Mische Bug 78712:Event argument keys for a DataServicesMessaging gateway's onIncomingMessage function are now case sensitive Problem:
Event argument keys for a DataServicesMessaging gateway's onIncomingMessage function are now case sensitive. This is a
Tracker Issue Bug 77314:Dumping entities with properties of char or character datatype will output a dump of object of java
2600826 CF-3038612 ORM Support Nathan Mische Bug 77314:Dumping entities with properties of char or character datatype will output a dump of object of java Problem:
Dumping entities with properties of char or character datatype will output a dump of object of java.lang.Character under PROPERTIES
Tracker Issue Bug 74853:When CF appends the _cf_nodebug=true URL parameter to requests the IsDebugMode() function returns YES
2602121 CF-3037205 Language : Functions Nathan Mische Bug 74853:When CF appends the _cf_nodebug=true URL parameter to requests the IsDebugMode() function returns YES Problem:
When CF appends the _cf_nodebug=true URL parameter to requests the IsDebugMode() function returns YES.
Method:
Run
2602122 CF-3037204 Language : Functions Nathan Mische Bug 74852:According to the documented variable naming rules: "A variable name must begin with a letter, underscore, or Unicode currency symbol Problem:
According to the documented variable naming rules: "A variable name must begin with a letter
Tracker Issue Bug 79245:(Watson Migration Closure)Most developers are comfortable using HTML/CSS to create tables
2599963 CF-3039533 Document Management : Office Integration Nathan Mische Bug 79245:(Watson Migration Closure)Most developers are comfortable using HTML/CSS to create tables Problem:
Most developers are comfortable using HTML/CSS to create tables. Given that, I think it would be useful
2601020 CF-3038405 Flex/Flash : Flex remoting Nathan Mische Bug 76944:The CFEventGatewayAdapter doesn't support selectors Problem:
The CFEventGatewayAdapter doesn't support selectors. See the following BlazeDS issue for more details: https://bugs.adobe.com/jira/browse/BLZ-388
Method:
Steps
Tracker Issue Bug 79244:ColdFusion seems to have some issues with the order of evaluation for certain expressions
2599964 CF-3039532 General Server Nathan Mische Bug 79244:ColdFusion seems to have some issues with the order of evaluation for certain expressions Problem:
ColdFusion seems to have some issues with the order of evaluation for certain expressions. Here is one example:// struct literal example
2556946 CF-3038646 Debugging : General Nathan Mische Bug 77375:Using cftrace tag with the _cf_nodebug=true URL parameter will cause trace Problem:
Using cftrace tag with the _cf_nodebug=true URL parameter will cause trace.cfm to throw the following error: Variable DEBUGGER is undefined.
Method
with several URLs, I have provided samples below.The specific underlying problem seems to be "Cannot build a secret key of algorithm TlsPremasterSecret" (Credit: Todd Sharp)This can be worked around by disabling the CryptoJ lib with a JVM Arg: -Dcoldfusion.disablejsafe=true (Credit: Nathan Mische