before entering a bug(?) in jira, I would like to discuss this issue here.
When I (try) add a subnode to a resource which has a dot ('.') in its name, it
doesn't work AND a 200-response is sent, indicating that content without the
dot and extension was modified.
E.g. (with Sling Explorer):
select node "/sling-logo.png"
type 'juhu' into "Name hint" field
click 'new sub-node'
--> Response:
Content modified /sling-logo
Status 200
Message OK
Location /sling-logo
Parent Location /
Path /sling-logo
Referer http://localhost:8080/.explorer.html
This very POST-request is sent to http://localhost:8080/sling-logo.png/*
Feature or bug?