search : james c.

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

displaying top 100 results

4932835 CF-4203364 Ryan C. James, It is not in a release yet. The current status is "To Test". Once Adobe's testers have verified it, the fix will get scheduled into a release or hot fix. I'm not affiliated with Adobe, but I have had communications with their team regarding this bug.
5399887 CF-4204050 James M. Dan C, To sanitize non-ASCII7 characters from a text string, the workaround I've been using is to convert all unicode to ASCII7 using JUnidecode. (We also use this to sanitize filenames & URL path strings.) https://gamesover2600.tumblr.com/post/182608667654/coldfusion
3151573 CF-4198816 James M. I've deleted all files in the "C:\CFusion\cfusion\wwwroot\WEB-INF\" sub-directory and restarted the ColdFusion service. (I did this twice to ensure that I did it correctly.) Nothing changed. The retrieval of the cached query still returns the modified data instead
3151573 CF-4198816 James M. I installed this (Windows 2016. CF 2016,0,04,302561 Update Level = "/C:/CFusion/cfusion/lib/updates/hf201600-4198816.jar"), but I'm getting the same incorrect caching results. The sample code I'm using (which can use any generic SQL datasource) is available at https
to make something simple available you can test with. Piyush, We are running CF902 with CHF1, I didn't think I can apply that patch to 902 since it should already contain those fixes, correct? JamesC01, we were trying to avoid having to change the code to fix this if the only thing that changes
Tracker Issue Can't Add C++ CFX Tag
2613896 CF-3149789 Administrator James Moberg Can't Add C++ CFX Tag Problem Description: Can't add C++ tag. C++ registration page titled "Manage Java CFX". Incorrectly installs tags as Java. Steps to Reproduce: Log in to CFAdmin | Extensions | CFX Tags | Register C++ Tag Actual Result
Comment on isValid("email") shouldn't ignore a "display name" by James M.
2599051 CF-3040646 Language James Gibson Bug 81228:In coldfusion 8, a struct was accessable from within the creation of a struct when use {} Problem: In coldfusion 8, a struct was accessable from within the creation of a struct when use {}. In coldfusion 9, this does not work. I have provided a
3151573 CF-4198816 Nimit S. James/Aaron, Here's the link to the early access patch: https://cfdownload.adobe.com/pub/adobe/coldfusion/temp/hf201600-4198816.jar MD5 checksum: 97cdae9fe74f3670e74c1e477b8c5a9c Steps to apply this patch: 1. Stop the ColdFusion service. 2. Navigate to //lib
James Mohler Internationalization (i18n) with PHP language files and cacheing Topics covered i18n reading PHP files Cacheing data cgi.http_accept_language Resources https://github.com/jmohler1970/i18n_demo https://github.com/jmohler1970/i18n http://get-simple.info/extend/ https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-c
5485928 CF-4204100 Aaron N. Hi James and Justin, Sorry for getting into RFCs. My main point is (IMO): CF's already-existing tag for sending email () and CF's already-existing function for validating email addresses (isValid("email")) must validate email addresses consistently, b/c
2609011 CF-3947110 Database James Moberg Query-of-Query DISTINCT w/missing ORDER BY column should throw an error Problem Description: Performing a DISTINCT query-of-queries and sorting by column names that aren't returned should return a syntax error and not non-DISTINCT results. Steps
something, which doesn't - to me - sounds like the job of those classes. A String is not an "outputter", it's just something that defines what a string is. One would use a separate class for dealing with what it is to output something. Unsurprisingly, I think languages like Java and C# get this right
aliaspooryorik Hi James, I'd not seen those tickets before. I tried them on ACF2016 / 2018 and seems to be OK (although you mentioned that it's intermittent so maybe I got lucky). c-462b-b248-ae146a1
/Users/robertsilverberg/Documents/workspace/bobmax/actual/app/bug.cfm:line 1311 : obj.setFirstname("James");12 : obj.setLastname("Bond");13 : entitysave(obj);14 : writeDump(obj);4. Refresh the page.I get the error:Could not find the ColdFusion component or interface C2.Ensure that the name is correct and that the component or interface exists.The error occurred in
Aaron Neff Hi James, Yes, myDate+1/myDate++ are shorthand for adding 1 day: - http://www.forta.com/blog/index.cfm?mode=entry&entry=5A1DE7BC-3048-80A9-EF7E090A7E99B257 - CF10 example: https://trycf.com/gist/614f88c32797f621ab8cfa9e57250459/acf?theme=monokai That's why, when cfloop'ing over a date
James Mohler Open Web Application Security Project – OWASP Note: I should have pointed out that all this is built into ColdFusion. There is no downloading, installing, or configuring. Introduction Any input that your website accepts has to treated as if it were hostile and / or malformed. The Open
2610511 CF-3698462 Document Management : Office Integration James Moberg Using SpreadSheetRead to read a single worksheet, but saves all worksheets when writing. Problem Description: Read a single worksheet from an Excel 97-2003 spreadsheet (XLS) that has multiple worksheets. Make modifications
2611312 CF-3631104 Language James Moberg isvalid("variableName") incorrectly validates strings with leading/trailing spaces or ending period Problem Description: isvalid("variableName") documentation indicates that it validates a string formatted according to the ColdFusion variable naming
.scheduler.WorkerThread.run(WorkerThread.java:66) ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3037339 External Customer Info: External Company: External Customer Name: James Holmes External Customer Email: 0CC1035E44C9EAD8992015D5 External Test Config: 01/21/2009
2608832 CF-3981800 Document Management : Office Integration James Moberg SpreadsheetFormatRow() throws ColdFusion error after JVM 1.7 is updated. Problem Description: I upgraded JVM1.7 to u80 since it *should* work with ColdFusion 9, 10 & 11. When running the sample Adobe code (minus the syntax
occurred in PAGE.cfm: line 11 9 : 10 : 11 : 12 : CALL DBMS_MVIEW.REFRESH('USER.USER_MV','c'); 13 : 1) Browser Back -> Submit (again) -> Error (consistent) Actual Result: Error: [Macromedia][Oracle JDBC Driver]User defined type not found: SYS.DBMS_UTILITY Expected Result: No error Any
3270775 CF-4198980 Caching James Moberg Re-querying a cached query doesn't return the initial cached query after result variable is modified Problem Description: Performing a query that is already cached will not return the initial, based query that was cached. If you add columns or modify values
2596855 CF-3556075 External U. Hi James, I've confirmed this is not fixed in CF11 Update 5. I'll let Hari specify which version it is fixed in. Hi Hari, In the version this is 'fixed' in, it is fixed only for data columns but not for NULL columns. Here is the result from running Adam's code