You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Closesjuttle/juttle-engine#69
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.
Closesjuttle/juttle-engine#69
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.The text was updated successfully, but these errors were encountered: