Issues
- Do not add double headers if `event.setHTTPHeader()` is called more than onceCOLDBOX-1269Resolved issue: COLDBOX-1269Luis Majano
- encapsulate route finding by name to the actual router itselfCOLDBOX-1210Resolved issue: COLDBOX-1210Luis Majano
- New request context methods: `getPathSegments():array, getPathSegment( index, defaultValue ):string` so you can segment the incoming url pathCOLDBOX-1207Resolved issue: COLDBOX-1207Luis Majano
- request context `event.getPath( withQuery:true )` new argument `withQuery` to allow adding the query string or notCOLDBOX-1206Resolved issue: COLDBOX-1206Luis Majano
- request context `event.getUrl( withQuery:true )` new argument `withQuery` to allow adding the query string or notCOLDBOX-1205Resolved issue: COLDBOX-1205Luis Majano
- urlMatches in the request context does not account for the path to be larger than the requested uriCOLDBOX-1202Resolved issue: COLDBOX-1202Luis Majano
- request context `getFullPath()` renamed to `getPath()`COLDBOX-1201Resolved issue: COLDBOX-1201Luis Majano
- request context `getFullUrl()` renamed to `getUrl()`COLDBOX-1200Resolved issue: COLDBOX-1200Luis Majano
- Attempts to use `getHTMLBaseURL()` inside of Async Task Fail on ACFCOLDBOX-1191Resolved issue: COLDBOX-1191Luis Majano
- `getFullURL` encodes the query string when it should not.COLDBOX-1133Resolved issue: COLDBOX-1133Luis Majano
- SES is always disabled on RequestContext until RoutingService request capture : SES is the new default for ColdBox AppsCOLDBOX-1096Resolved issue: COLDBOX-1096Jon Clausen
- Move onRequestCapture after default event capture to allow for consistency on the captureCOLDBOX-1037Resolved issue: COLDBOX-1037Luis Majano
- Coldbox Renderer.RenderLayout() Overwrites Event's Current ViewCOLDBOX-966Resolved issue: COLDBOX-966Luis Majano
- jsonPayloadToRC is not working in 6.2 update.COLDBOX-960Resolved issue: COLDBOX-960Luis Majano
- Update RequestContext.cfc getFullUrl() to include port numberCOLDBOX-787Resolved issue: COLDBOX-787Luis Majano
- Added `:` as a delimiter for the route() method when using modules to be consistent with run eventCOLDBOX-775Resolved issue: COLDBOX-775Luis Majano
- Remove default defaultValue as it never will throw an exception if missing on requestcontext on `getHTTPHeader()`COLDBOX-773Resolved issue: COLDBOX-773Luis Majano
- Use of event.sendFile delivers a file with single quotes in the nameCOLDBOX-770Resolved issue: COLDBOX-770Luis Majano
- Framework setting for the automatic deserialization of JSON payloads to the RCCOLDBOX-702Resolved issue: COLDBOX-702Luis Majano
- Add support for cgi.https to isSSL()COLDBOX-690Resolved issue: COLDBOX-690Luis Majano
- coldbox create app template doesn't work with a servlet context other than /COLDBOX-686Resolved issue: COLDBOX-686Luis Majano
- New getURL() method in request context to give you the exact URL called. Great for signature matchingCOLDBOX-672Resolved issue: COLDBOX-672Luis Majano
- Added new static public constructs to the request context: METHODS, STATUS, STATUS_TEXTCOLDBOX-662Resolved issue: COLDBOX-662Luis Majano
- New context method: getCurrentRouteName() to get the current route nameCOLDBOX-647Resolved issue: COLDBOX-647Luis Majano
- getCurrentHandler() not parsing module in front of it.COLDBOX-638Resolved issue: COLDBOX-638Luis Majano
- Rename the linkTo argument in buildLink -> to, so it is not verboseCOLDBOX-634Resolved issue: COLDBOX-634Luis Majano
- Empty password ignored in Basic Auth (CB 4.3)COLDBOX-610Resolved issue: COLDBOX-610Luis Majano
- New request context method: sendFile() taken from file utils so you can deliver files directly from handlersCOLDBOX-606Resolved issue: COLDBOX-606Luis Majano
- new request context method getOnly() to allow for retreival of certain keys from request contextsCOLDBOX-595Resolved issue: COLDBOX-595Luis Majano
- Add a flag to use traditional query string instead of SES in buildLinkCOLDBOX-557Resolved issue: COLDBOX-557Eric Peterson
- getHTMLBaseURL returns with a double slash at the end,COLDBOX-534Resolved issue: COLDBOX-534Luis Majano
- event.getHTTPContent() doesn't work on binary encodingCOLDBOX-532Resolved issue: COLDBOX-532Brad Wood
- HTTP Method Spoofing for FormsCOLDBOX-525Resolved issue: COLDBOX-525Eric Peterson
- New context method: getHTMLBaseURL() to get a http protocol sensitive request context base urlCOLDBOX-507Resolved issue: COLDBOX-507Luis Majano
- RequestBuffers now leverage string builders.COLDBOX-502Resolved issue: COLDBOX-502Luis Majano
- double forward slash generated in buildLinkCOLDBOX-497Resolved issue: COLDBOX-497Luis Majano
- Add x-forwarded-proto checks on isSSL() verifications to allow for proxy configuraitonsCOLDBOX-440Resolved issue: COLDBOX-440Luis Majano
- RequestContext getHTTPHeader default values not working and throwing exceptionCOLDBOX-392Resolved issue: COLDBOX-392Luis Majano
- getHTTPContent now can auto marshal json and xml using the json and xml flagsCOLDBOX-389Resolved issue: COLDBOX-389Luis Majano
- Buildlink was not turrning off SSL when requested via argumentCOLDBOX-367Resolved issue: COLDBOX-367Luis Majano
- buildLink() and ssl=falseCOLDBOX-244Resolved issue: COLDBOX-244Luis Majano
- RequestContext incompatible with CF8COLDBOX-221Resolved issue: COLDBOX-221Luis Majano
- Added the isBinary to the renderdata() methods to allow for correct content-type delivery of custom content marshallingCOLDBOX-197Resolved issue: COLDBOX-197Luis Majano
- New "formats" and "formatsView" argument to renderdata so it can automatically marshall and setup a request for rendering with the passed in formatsCOLDBOX-174Resolved issue: COLDBOX-174Luis Majano
- The location argument in the event.renderData() method was not being passed dynamically but as a string.COLDBOX-170Resolved issue: COLDBOX-170Luis Majano
- buildLink uses ssl by default if you are already in ssl, basically it stays on the http protcol that you are on by default thanks to Markus SchneebeliCOLDBOX-100Resolved issue: COLDBOX-100Luis Majano
46 of 46