I know we can disable the overloading of spring beans through:
GenericApplicationContext.setAllowBeanDefinitionOverriding(boolean b)
However, I consider a WebApplicationContext not loaded programatically, but through my web.xml file. Then, how can I prevent the overring of Spring bean in a WebApplicationContext