Junctions to Windows file systems

WebSEAL performs security checks on client requests to junctioned back-end servers based on the file paths specified in the URL. A compromise in this security check can occur because Win32 file systems allow two different methods for accessing long file names.

The first method acknowledges the entire file name. For example:

The second method recognizes the old 8.3 file name format for backward compatibility. For example:

When you create junctions in a Windows environments, it is important to restrict access control to one object representation only and not allow the possibility of "back doors" that bypass the security mechanism.

The -w option on a junction provides the following measures of protection:

The -w option is also supported on virtual host junctions.

Parent topic: Advanced junction configuration

Related concepts

Related tasks