HomePhorge

Eliminate duplicate absolute path detection
a163cd5b1859Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Eliminate duplicate absolute path detection

The file serving indirection hooks attempts to short-circuit requests
whose key is an absolute path or a file protocol. Previously, it was
performing platform-specific regex matching to detect absolute
paths. This commit changes it to use the Puppet::Util.absolute_path?
method that does just that.

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU0ce60a569604: Added methods for manipulating URI and file paths
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPUa163cd5b1859: Eliminate duplicate absolute path detection (authored by Josh Cooper <josh@puppetlabs.com>).Sep 27 2011, 8:20 PM