cancel
Showing results for 
Search instead for 
Did you mean: 

unable to checkout custom contenttype with httprequestfilter

kimmoilppola
Champ in-the-making
Champ in-the-making
We're using a custom authenticationfilter based on httprequestauthenticationfilter so I'm pretty sure this would apply to httprequestauht-filter also.

When trying to checkout customized content (my:content) in the current space I get a "Duplicate child name not allowed exception". Checking out cm:content works fine with this filter. AND checking out my:content using default authentication filter also works fine. Pretty weird and I'm out of ideas with this one.
1 REPLY 1

kimmoilppola
Champ in-the-making
Champ in-the-making
just to clarify:

using org.alfresco.web.app.servlet.AuthenticationFilter
- checkout cm:content to current space works
- checkout my:content to current space works

using org.alfresco.web.app.servlet.MyAuthenticationFilter
- checkout cm:content to current space works
- checkout my:content to current space doesn't work
- checkout my:content to another space works

we are using Alfresco 2.1 Community.