Restore TODO in ee9 DefaultServlet

This commit is contained in:
Joakim Erdfelt 2022-08-05 10:49:16 -05:00
parent b7d7a9918a
commit dd6953e018
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 0 deletions

View File

@ -412,6 +412,7 @@ public class DefaultServlet extends HttpServlet implements ResourceFactory, Welc
@Override
public Resource newResource(URI uri)
{
// TODO optimised path for URI?
return resolve(uri.toString());
}