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 b4bc8a4 commit e71c4f9Copy full SHA for e71c4f9
system/web/routing/Router.cfc
@@ -184,6 +184,13 @@ component
184
function configure(){
185
}
186
187
+ /**
188
+ * Helper to avoid break issues when upgrading
189
+ */
190
+ function setFullRewrites(){
191
+ variables.log.warn( "The setFullRewrites() method on the router is removed and deprecated since version 6. Please do not use anymore" );
192
+ }
193
+
194
/**
195
* This method is called by the Routing Services to make sure the router is ready for operation.
196
* This is ONLY called by the routing services and only ONCE in the Application Life-Cycle
0 commit comments