Configuration: added ability to access object members with slashes.
Now URI encoding can be used to escape "/" in the request path: GET /config/listeners/unix:%2Fpath%2Fto%2Fsocket/
This commit is contained in:
@@ -68,6 +68,9 @@ struct nxt_http_request_parse_s {
|
||||
unsigned space_in_target:1;
|
||||
/* target with "+" */
|
||||
unsigned plus_in_target:1;
|
||||
|
||||
/* Preserve encoded '/' (%2F) and '%' (%25). */
|
||||
unsigned encoded_slashes:1;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user