summaryrefslogtreecommitdiffstats
path: root/bundleconfig-local/etc/appprops
diff options
context:
space:
mode:
Diffstat (limited to 'bundleconfig-local/etc/appprops')
-rw-r--r--bundleconfig-local/etc/appprops/AAFUserRoles.properties1
-rw-r--r--bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties3
-rw-r--r--bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties3
3 files changed, 2 insertions, 5 deletions
diff --git a/bundleconfig-local/etc/appprops/AAFUserRoles.properties b/bundleconfig-local/etc/appprops/AAFUserRoles.properties
index c5b2e68..c2edd1a 100644
--- a/bundleconfig-local/etc/appprops/AAFUserRoles.properties
+++ b/bundleconfig-local/etc/appprops/AAFUserRoles.properties
@@ -22,7 +22,6 @@
#If using AAF for Role based authentication/authorization, define your routes/services which will utilize AAF. The AJSC will
#read this file and protect the routes given with the AAF role defined.
#For more information on AAF role based permissions, please contact AAF team.
-#AAF wiki link: http://wiki.web.att.com/display/aaf/AAF+Documentation
#The following example would protect the JAXRS echo example service provided with the archetype.
#/services/${namespace}/v1/jaxrsExample/topics/**=com.att.ajsc.myper|mymachine|manage
diff --git a/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties b/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties
index 0e0c4d5..a39131c 100644
--- a/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties
+++ b/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties
@@ -19,7 +19,6 @@
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
###############################################################################
-#This properties file is for defining any PostProcessorInterceptors that have been created for your AJSC service. For more
-#information, please go to the wiki link: http://wiki.web.att.com/display/ajsc/AJSC+Interceptor+Framework
+#This properties file is for defining any PostProcessorInterceptors that have been created for your AJSC service.
/**=ajsc.beans.interceptors.CsiPostInterceptor
diff --git a/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties b/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties
index fad72c9..8a72dfe 100644
--- a/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties
+++ b/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties
@@ -19,8 +19,7 @@
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
###############################################################################
-#This properties file is for defining any PreProcessorInterceptors that have been created for your AJSC service. For more
-#information, please go to the wiki link: http://wiki.web.att.com/display/ajsc/AJSC+Interceptor+Framework
+#This properties file is for defining any PreProcessorInterceptors that have been created for your AJSC service.
/**=com.att.ajsc.csi.restmethodmap.RestMethodMapInterceptor,ajsc.beans.interceptors.CsiPreInterceptor
/v1/events/**=com.att.ajsc.csi.restmethodmap.RestMethodMapInterceptor,ajsc.beans.interceptors.CsiPreInterceptor,com.att.nsa.dmaap.util.ContentLengthInterceptor \ No newline at end of file