Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relative root path doesn't work for browsing directories #69

Open
demmer opened this issue Mar 3, 2016 · 0 comments
Open

relative root path doesn't work for browsing directories #69

demmer opened this issue Mar 3, 2016 · 0 comments
Assignees

Comments

@demmer
Copy link
Contributor

demmer commented Mar 3, 2016

When running juttle-engine --root . the directory browser is able to resolve a file within the root directory itself, but returns a 403 when listing the contents of subdirectories.

mattnibs pushed a commit to juttle/juttle-service that referenced this issue Mar 8, 2016
For ./bin/juttle-service resolve relative paths for --root option into
an absolute path.

Also, in juttle-service constructor, throw error is root_directory
option is not provided or if root_directory is not an absolute path.

Closes juttle/juttle-engine#69
mattnibs pushed a commit to juttle/juttle-service that referenced this issue Mar 8, 2016
For ./bin/juttle-service resolve relative paths for --root option into
an absolute path.

Also, in juttle-service constructor, throw error is root_directory
option is not provided or if root_directory is not an absolute path.

Closes juttle/juttle-engine#69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants