We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a86e7a + 8015ff0 commit e85a9a0Copy full SHA for e85a9a0
system/web/context/Response.cfc
@@ -84,6 +84,7 @@ component accessors="true" {
84
85
/**
86
* Remove by ColdBox 9
87
+ *
88
* @deprecated The status text is not used in the servlet spec anymore.
89
*/
90
property
system/web/routing/Router.cfc
@@ -22,12 +22,12 @@ component
22
****************************************************************/
23
24
25
- name ="cachebox"
+ name ="cachebox"
26
inject ="cachebox"
27
delegate="getCache";
28
29
name ="controller"
30
- inject ="coldbox"
+ inject ="coldbox"
31
delegate="relocate,runEvent,runRoute";
32
property name="flash" inject="coldbox:flash";
33
property name="logBox" inject="logbox";
0 commit comments