Skip to content

Commit 299deb2

Browse files
committed
Add no-op setStatusText method
1 parent 18e545d commit 299deb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

system/web/context/Response.cfc

+7
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,11 @@ component accessors="true" {
328328
return this;
329329
}
330330

331+
/**
332+
* This is a no-op since newer servlet specs do not support setting the status text
333+
*/
334+
Response function setStatusText() {
335+
return this;
336+
}
337+
331338
}

0 commit comments

Comments
 (0)