Taffy icon indicating copy to clipboard operation
Taffy copied to clipboard

:candy: The REST Web Service framework for ColdFusion and Lucee

Results 51 Taffy issues
Sort by recently updated
recently updated
newest added

Some sample CFML on a recent blog entry from Ben Nadel regarding "[Extending A ColdFusion Session On A Long-Lived Page](https://www.bennadel.com/blog/4283-ask-ben-extending-a-coldfusion-session-on-a-long-lived-page.htm)" used [charsetDecode](https://cfdocs.org/charsetdecode) to return JSON using CFContent in cfscript syntax....

Use transparent PNG (using data URI) for favicon & H1 header on dashboard.

- Lucee 5.3.8.201 - Java 1.8.0_242 (Amazon.com Inc.) 64bit - Taffy 3.6.0 My implemention instantiates FW1 as: ``` application.endPoints = new framework.aop(variables.diLocation,variables.diConfig); variables.framework.beanFactory = application.endPoints; ``` To get it operating...

I found it beneficial to add a separate favicon so that it was easier to identify the API dashboard from amongst my other open tabs on the same domain. ![Taffy-API-Favicon-DataURI-20220317154033](https://user-images.githubusercontent.com/1112671/158906501-769f0870-c4d8-4a9c-88e0-0a5d842e8fb5.png)...

Relates to #299 (comments) Group endpoints in dashboard and docs for better clarity ![taffy_grouped_dashboard](https://user-images.githubusercontent.com/23479368/32727923-b2ac1524-c87e-11e7-9159-f7e284eb5169.png)

Semver-Minor

… added onRequestEnd() to run the applicationStop() function. also removed what seemed like some duplicate logic for when to display the dashboard, but i'm not sure if it was really...

Seems like Travis has shut off free access for open source projects. We'll need to move our tests to GitHub Actions.

A problem I've seen consistently throughout my time using Taffy and helping others is that we all —myself included— struggle to manually make our API responses consistent with themselves. E.g....

Type: Enhancement
Status: Under Review
Docs: Incomplete
Difficulty: "weeks"
Code: Incomplete

What's the best way to prevent caching of a GET response to a single URI? I tried adding `taffy_cache="false"` to the component, but it didn't seem to make any difference....