What is the role of the getStaticResourceURL()
method?
If I pass request.getContextPath() + mypath
to it (without a timestamp), what it can change? If I pass some timestamp, what it can change additionally?
What is the role of the getStaticResourceURL()
method?
If I pass request.getContextPath() + mypath
to it (without a timestamp), what it can change? If I pass some timestamp, what it can change additionally?
The method will add a few (undocumented) parameters to the URL:
The only place I could find this was in the source code