In a guide I found on the web, the interceptor was defined as singleton in the Spring's ApplicationContext.
If I need to use "changeable" object properties, I need to have it as Prototype, otherwise different requests will result in a object property overwriting. Is there any issues about defining an interceptor as Prototype, or is it ok? Thanks GF