Tiles 3 TilesViewResolver should allow for custom TilesView subclasses [SPR-12075] #16691
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Juergen Hoeller opened SPR-12075 and commented
In contrast to all other
ViewResolver
implementations that Spring comes with out-of-the-box, ourTilesViewResolver
for Tiles 3 overridesgetViewClass()
directly instead of following therequiredViewClass()
approach. This should be fixed in order to allow for customTilesView
subclasses to be specified through the existingviewClass
property.Affects: 3.2.10, 4.0.6
Referenced from: commits 6639320, 1034b0d, 7c57424
Backported to: 3.2.11
The text was updated successfully, but these errors were encountered: