From 475c4df9ecca6e1c2fd772d516d2dbc713b6787a Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Apr 2026 02:21:02 +0000 Subject: [PATCH] chore: remove dead cr_security property The cr_security cookie-revolver framework toggle is dead code - no Java, JSP, XML, or other source reads this property. Removing the unused entry and its surrounding comments from all three property files. The cr_securityquestion database table (in database/mysql/caisi/) is a separate schema artifact left in place; the database/ directory is protected and table removal would require a coordinated migration. --- .../development/config/shared/volumes/carlos.properties | 4 ---- src/main/resources/carlos.properties | 5 ----- src/main/webapp/WEB-INF/QuatroShelter.properties | 3 --- 3 files changed, 12 deletions(-) diff --git a/.devcontainer/development/config/shared/volumes/carlos.properties b/.devcontainer/development/config/shared/volumes/carlos.properties index 6fbbba10102..47aac50ce40 100644 --- a/.devcontainer/development/config/shared/volumes/carlos.properties +++ b/.devcontainer/development/config/shared/volumes/carlos.properties @@ -455,10 +455,6 @@ BC_MSP_OPTOUT_PROVIDER_NUMBER= ### ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————— ### insert description here ### ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————— ### -### Cookie-revolver sec framework -## off: turn off cookie-revolver sec framework -## on: turn on cookie-revolver sec framework -cr_security=off ### Login info login_local_ip=192.168 login_max_failed_times=10 diff --git a/src/main/resources/carlos.properties b/src/main/resources/carlos.properties index fcb4ef280fb..a51573a3cf4 100644 --- a/src/main/resources/carlos.properties +++ b/src/main/resources/carlos.properties @@ -557,11 +557,6 @@ CMESort=UP # your host server's IP host=127.0.0.1 -## Cookie-revolver sec framework -## off: turn off cookie-revolver sec framework -## on: turn on cookie-revolver sec framework -cr_security=off - ## Load CAISI Application Context #plugins=on #caisi=on diff --git a/src/main/webapp/WEB-INF/QuatroShelter.properties b/src/main/webapp/WEB-INF/QuatroShelter.properties index 123f6f13cce..800c0d0bd93 100755 --- a/src/main/webapp/WEB-INF/QuatroShelter.properties +++ b/src/main/webapp/WEB-INF/QuatroShelter.properties @@ -141,9 +141,6 @@ inactive_statuses = 'IN','DE','IC','ID','MO','FI' pmm.refer.temporaryAdmission.enabled=true #pmm.client.search.outside.of.domain.enabled=true -# Cookie-revolver sec framework -cr_security=off - #Load CAISI Application Context plugins=on