Juergen Hoeller opened SPR-12075 and commented
In contrast to all other ViewResolver implementations that Spring comes with out-of-the-box, our TilesViewResolver for Tiles 3 overrides getViewClass() directly instead of following the requiredViewClass() approach. This should be fixed in order to allow for custom TilesView subclasses to be specified through the existing viewClass property.
Affects: 3.2.10, 4.0.6
Referenced from: commits 6639320, 1034b0d, 7c57424
Backported to: 3.2.11
Juergen Hoeller opened SPR-12075 and commented
In contrast to all other
ViewResolverimplementations that Spring comes with out-of-the-box, ourTilesViewResolverfor Tiles 3 overridesgetViewClass()directly instead of following therequiredViewClass()approach. This should be fixed in order to allow for customTilesViewsubclasses to be specified through the existingviewClassproperty.Affects: 3.2.10, 4.0.6
Referenced from: commits 6639320, 1034b0d, 7c57424
Backported to: 3.2.11