> >If you extend a SlingSafeMethodsServlet there's no automatic save(), > >so you might want to check your code in that case.
Oh you're right, I haven't noticed that in my classes that extend SlingSafeMethodsServlet, I just retrieve content and sent it back to the client, so no need to persist anything. Thanks for your helpful answer ;) Audrey
