Status page files for multi-threaded maps

Append an asterisk (*) character to the file name of the HTTP adapter status page to support multi-threaded maps. The asterisk is a wildcard character that generates a unique file name for the status page to ensure that the file contents are not overwritten by other instances of the same map.

The wildcard character resolves to session_ID,timestamp. The session_ID is a unique alphanumeric string that the HTTP listener associates with an instance of a triggered input card.

For example, a multi-threaded map's input card can include the following command:
-status_page http_response_*.html
When the map runs, the wildcard character resolves to a unique file name, such as:
http_response_NEED-SESSION-ID,NEED-TIMESTAMP-FORMAT.html