Feature #10392
Allow webspeed requests for .htm files
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Radu Apetrii 12 months ago
At the moment, when executing webspeed requests in FWD, one must pass the .w version of the file. In Progress, however, it is more common to execute requests by using the .htm form. Currently, if an attempt with .htm is tried, the program will fail to find and execute the file. First, because .htm is not part of the allowed legacy extenstions, and then, secondly, because it will fallback to the .r version. For more details, check #10109-108.
The original notes of this matter are #6506-117 and #6506-118. I'll also paste them here, for a quicker access.
How do we handle this? Do we rewrite automatically the
.htmextension to.w?
Yes. OE will automatically convert all
.htmand.htmlextensions to.w. We must do the same.