-
- Total of {Consumer.count} applications from {recordsWithUniqueEmails.getOrElse("ERROR")} unique email addresses.
- {recordsWithUniqueAppNames.getOrElse("ERROR")} unique app names.
-
-
-
-
/**
* match the flow style, it can be http, https, or Private-Use URI Scheme Redirection for app:
* http://some.domain.com/path
diff --git a/obp-api/src/main/scala/code/util/SecureLogging.scala b/obp-api/src/main/scala/code/util/SecureLogging.scala
index 59ad3f4873..b3fe3de2b5 100644
--- a/obp-api/src/main/scala/code/util/SecureLogging.scala
+++ b/obp-api/src/main/scala/code/util/SecureLogging.scala
@@ -26,7 +26,9 @@ object SecureLogging {
}
/**
- * Toggleable sensitive patterns
+ * Toggleable sensitive patterns.
+ * Note: The sensitive keywords are defined in APIUtil.sensitiveKeywords.
+ * When adding new categories here, also update that shared list.
*/
private lazy val sensitivePatterns: List[(Pattern, String)] = {
val patterns = Seq(
diff --git a/obp-api/src/main/webapp/WEB-INF/web.xml b/obp-api/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index f421ec503a..0000000000
--- a/obp-api/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-