HDFGroup / h5serv

Reference service implementation of the HDF5 REST API
Other
168 stars 35 forks source link

Unable to map file name (containing uppercase & digit) to domain name #118

Open savaliyagautam opened 7 years ago

savaliyagautam commented 7 years ago

In documentation of under Mapping of file paths to domain names it says

For path names that include non-alphanumeric charters, replace any such characters with the string ‘%XX’ where XX is the hexidecimal value of the character.

I assumed that numeric characters in a filename are valid.

Not sure If I am missing something else. Is there a way to map domain name with a filename containing upper case and digit?