Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 24, 2025
1 parent bd43250 commit ae23694
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/main/java/lucee/runtime/tag/Http.java
Original file line number Diff line number Diff line change
Expand Up @@ -1282,9 +1282,7 @@ else if (strPath != null) {
file = ResourceUtil.toResourceNotExisting(pageContext, strPath);
// Resource dir = file.getParentResource();
if (file.isDirectory()) {
file = file.getRealResource(GetFileFromPath.call(pageContext,req.getURI().getPath()));// TODO was getName()

// ->http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/URI.html#getName()
file = file.getRealResource(GetFileFromPath.call(pageContext,req.getURI().getPath()));
}

}
Expand Down

0 comments on commit ae23694

Please sign in to comment.