Skip to content

Static paths with "+" signs in them won't load. #320

@miladmostavi

Description

@miladmostavi

My driver's isStaticFile is the standard one:

public function isStaticFile($sitePath, $siteName, $uri)
{
    if (file_exists($staticFilePath = $sitePath.'/app/public_html/'.$uri)) {
        return $staticFilePath;
    }

    return false;
}

All files works fine, except: /js/vendor/history.js/scripts/bundled/html4+html5/jquery.history.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions