**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** opened **[SPR-15372](https://jira.spring.io/browse/SPR-15372?redirect=false)** and commented It's easy to reproduce. Take the petclinic. Observe that webjars paths have versions in them in the UI Then set ``` spring.resources.chain.strategy.content.enabled=true spring.resources.chain.strategy.content.paths=/resources/** ``` and observe that the local resources get versions, but the webjars lose theirs. It seems like a logic error in the `ResourceResolverChain`. There **is** a webjar resource resolver there, but it never gets a chance to vote on the path. --- No further details from [SPR-15372](https://jira.spring.io/browse/SPR-15372?redirect=false)