[JIRA] Created: (IDP-172) Handle different semantics between file names and file:/// URLS between UNIX and everything else.
Rod Widdowson (JIRA)
noreply at shibboleth.net
Mon Jun 4 07:42:03 BST 2012
Handle different semantics between file names and file:/// URLS between UNIX and everything else.
-------------------------------------------------------------------------------------------------
Key: IDP-172
URL: https://issues.shibboleth.net/jira/browse/IDP-172
Project: Identity Provider
Issue Type: Task
Reporter: Rod Widdowson
Assignee: Rod Widdowson
A URL starting file:/// is taken to mean an "absolute" file url. The semantic for handling this is "take everything after the third '/' as pass it to the filesystem, telling the filesystem that this is an absolute path. On Unix system this means adding a leading '/', on non Unix systems the behavior differs but you can often pass the name in directly since absolute and relative names can be sensed in other ways (although to be absolutely accurate there is significant further munging needed to remove things like ':' in device delimiters).
Because of the confusions between '\' as a URL delimiter and '\' as a filesystem delimiter we get confused about this, often getting things wrong. So watch it when we do the V3 installer.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list