Browse Source
This change fixes a NullPointerException in GzipResourceResolver, which assumed that calls to the `resolveResource` method were made with only non-null values for request. This is not the case for the VersionResourceResolver, which tries to resolve resources that aren't requested per se by the HTTP request. Issue: SPR-13149pull/829/head
2 changed files with 19 additions and 2 deletions
Loading…
Reference in new issue