Toon Geens

Results 24 comments of Toon Geens

That is a limit in the win32/.net api. MAX_PATH=255, you can find that in the msdn documentation. You can have deeper paths in the Windows explorer (using UNC path), but...

As a workaround you could try to remount the sync-folders as a virtual drive somehow, that saves "Users\ulhi\CmisSync\Ikasketa_burutza".length characters :-)

This has come up quite a few times on Alfresco JIRA. There were some smaller bugs in Alfresco, but they don't have a solution for the real problem. https://issues.alfresco.com/jira/browse/ALF-743 https://issues.alfresco.com/jira/browse/ALF-673...

With alphafs you would be able to do file operations on long-file-paths from .NET, but that doesn't make MS Office work with the long paths :-) Than again, that is...

@Bennopia Too bad MS Office doesn't support UNC paths ?

Still, the sane thing to do is handling this on the server :-) In Alfresco you can - as a non-admin - define a rule that would add the cm:versionable...

I have a similar use case where I would like to plug in my own customized `QuerydslAwareRootResourceInformationHandlerMethodArgumentResolver`. Since https://github.com/spring-projects/spring-data-rest/issues/1981 my workaround is using a `BeanPostProcessor`, but having a cleaner approach...

@titenkov Is there anything in particular that makes you look for alternatives to https://github.com/dgradecak/alfresco-mvc ?

1. HTTP 500 is the most suitable exception message, in case of an unexpected server side exception ? 2. Looks like it is one of the S3 API error-cases documented...

This crash disappears if I rebuild `dockerhook` locally. See issue https://github.com/progrium/dockerhook/issues/1