From 7f9d7520f6538b484967d47ac061a97fe0a0532d Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 9 Apr 2004 05:48:41 +0000 Subject: [PATCH] Remove duplication with contacts-servlet.xml. --- .../etc/filter/applicationContext.xml | 124 ------------------ 1 file changed, 124 deletions(-) diff --git a/samples/contacts/etc/filter/applicationContext.xml b/samples/contacts/etc/filter/applicationContext.xml index 86de57f47f..cdbba7b824 100644 --- a/samples/contacts/etc/filter/applicationContext.xml +++ b/samples/contacts/etc/filter/applicationContext.xml @@ -8,49 +8,6 @@ - - - - - - - - - - - - - - - - - - publicIndexController - secureAddForm - secureIndexController - secureDeleteController - - - - - - - true - webContact - sample.contact.WebContact - - add - index.htm - - - - - - - /WEB-INF/jsp/ - .jsp - - @@ -64,15 +21,10 @@ my_run_as_password - - my_password - - - @@ -100,84 +52,8 @@ - - - - - - false - - - - - - - - - - - - - - - - - sample.contact.ContactManager.delete=ROLE_SUPERVISOR,RUN_AS_SERVER - sample.contact.ContactManager.getAllByOwner=CONTACT_OWNED_BY_CURRENT_USER,RUN_AS_SERVER - sample.contact.ContactManager.save=CONTACT_OWNED_BY_CURRENT_USER,RUN_AS_SERVER - sample.contact.ContactManager.getById=ROLE_TELLER,RUN_AS_SERVER - - - - - - - - - - - - sample.contact.ContactManager.delete=ROLE_RUN_AS_SERVER - sample.contact.ContactManager.getAllByOwner=ROLE_RUN_AS_SERVER - sample.contact.ContactManager.save=ROLE_RUN_AS_SERVER - sample.contact.ContactManager.getById=ROLE_RUN_AS_SERVER - - - - - - - - sample.contact.ContactManager - - - publicContactManagerSecurity - publicContactManagerTarget - - - - - - - - - - sample.contact.ContactManager - - - backendContactManagerSecurity - backendContactManagerTarget - - - - - - - false