The Spring reference mannual states that "the Spring container will create a brand new instance of the [...] bean [...] for each and every HTTP request."

From what perspective is the manual talking about here, the service or the consumer?

Will the container create new instances of "request"-scoped beans when I invoke another service from within the current request (as in Consumer->Service 1->Service 2)?