Support charset config by (static) resource location
This commit adds support for configuring static resource locations with a charset to be applied to relative paths.
This commit is contained in:
@@ -104,6 +104,14 @@ public class UrlPathHelper {
|
||||
this.urlDecode = urlDecode;
|
||||
}
|
||||
|
||||
/**
|
||||
* Whether to decode the request URI when determining the lookup path.
|
||||
* @since 4.3.13
|
||||
*/
|
||||
public boolean isUrlDecode() {
|
||||
return this.urlDecode;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set if ";" (semicolon) content should be stripped from the request URI.
|
||||
* <p>Default is "true".
|
||||
|
||||
Reference in New Issue
Block a user