Sunil Mohan Adapa 59d7721682
sharing: Allow double quotes in path strings
Unix paths can contain double quotes. Allow entering paths with double quotes by
escaping them in c-style[1] and retrieve them back properly.

1) https://httpd.apache.org/docs/2.4/expr.html

Tests:

Run tests on with various paths:

- /var/a b

- /var/c"d

- /var/ef"

Run the following tests.

- Create a directory with the test path and create a sample file inside it.

- Add a share with the test path.

- Ensure that the share is accessible and the file can be downloaded.

- Ensure that the list of the shares shows the path correctly.

- Ensure that the share can be edited.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
2022-04-25 15:21:55 -07:00
..
2021-12-04 16:38:08 -05:00
2021-12-04 16:38:08 -05:00
2022-01-10 14:29:29 -08:00
2021-12-04 16:38:08 -05:00
2022-02-26 11:45:06 -05:00
2021-12-04 16:38:08 -05:00
2022-01-10 14:29:20 -08:00
2022-02-26 12:14:08 -05:00
2021-12-04 16:38:08 -05:00
2022-01-22 23:59:37 -08:00
2021-12-04 16:38:08 -05:00
2022-02-12 17:01:14 -05:00