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.
1 parent b46ef5b commit 2c897efCopy full SHA for 2c897ef
system/web/context/RequestContext.cfc
@@ -1270,6 +1270,7 @@ component serializable="false" accessors="true" {
1270
1271
/**
1272
* Remove by ColdBox 9
1273
+ *
1274
* @deprecated Use `getUrl()` instead
1275
*/
1276
string function getFullUrl(){
@@ -1301,6 +1302,7 @@ component serializable="false" accessors="true" {
1301
1302
1303
1304
1305
1306
* @Deprecated Use `getPath()` instead
1307
1308
string function getFullPath(){
0 commit comments