On Tue, Mar 4, 2008 at 12:19 PM, Vidar Ramdal <[EMAIL PROTECTED]> wrote:
> ... <form method="post" action="http://admin:[EMAIL > PROTECTED]:8888/content/mynode">... > ... I suspect curl handles the authentication part (admin:admin@) > differently than the browser does. How can I make the HTML form work?... Your guess is right, this is due to the recent changes that have allowed anonymous access by default. I'm not sure how to fix that without config changes, but for now if you go to http://localhost:8888/sling/configMgr, select the "Sling Authenticator" config and save it with "Allow Anonymous Access" set to false, your form should work. -Bertrand
