Skip to content

1.6.0 20241223

Latest
Compare
Choose a tag to compare
@seanox seanox released this 23 Dec 16:49
BF: Service: Correction of REQUEST_URI for requests without protocol
BF: Service: Review and optimization
    - XML Version and encoding in the XML response
    - Replacement of HTML entities in the XML response with UTF-8
CR: Content: Added snake.html as example and little gimmick
CR: Service: Omission of the HTTP method TOUCH
    Because it is not an official HTTP standard.
CR: Service: Change from status code to 304 when creating
    If an existing storage is opened with CONNECT or PUT without XPath, server
    status 304 is now returned instead of the previous server status 204.
CR: Service: JSON transformation uses the Accept header
    Option !json in the URI is omitted!