mirror of
https://github.com/apache/nifi.git
synced 2025-02-10 03:55:22 +00:00
- Implemented ApplicationCookieService for adding and retrieving HTTP Cookies - Added getCookieResourceUri() leveraging allowed proxy headers to support optional Cookie Paths - Refactored Access Resources to use ApplicationCookieService for processing - Changed __Host- prefix to __Secure- prefix for Bearer Token cookie to support Cookie Path processing - Removed unnecessary jetty-http dependency from nifi-web-api - Corrected NiFi path references in JavaScript to support prefixed paths Signed-off-by: Nathan Gough <thenatog@gmail.com> This closes #5329.