IIS File upload fails for large files returns 404

This could be because the request filtering in more than the allowed size limit. Check the iis log files to get a request code. It would be something like, links below has more info on the substatus message: http://www.iis.net/configreference/system.webserver/security/requestfiltering/requestlimits http://www.zquad.in/2010/07/iis-error-log-code-sc-status-and-sc.html Solution: if 404.13 is the status then increase the allowed content size then go to Request Filtering option in the IIS under the particular site and select Rules->Edit Feature Settings on the right hand pane and increase the value for Max allowed content length.

CMIS Auth

Permissions: with CMIS like with all other Nuxeo APIs, the access to documents obeys the user’s permissions. This means that you will not be able to see or search documents to which you don’t have Read access granted, and won’t be able to create, modify or delete documents to which you don’t have Write access. Authentication: this is the process through which you state and prove which user you actually are.

SAML

http://docs.jivesoftware.com/jive_sbs/5.0/index.jsp?topic=/com.jivesoftware.help.sbs.online_5.0/admin/SSOSAMLGettingReady.html http://en.wikipedia.org/wiki/Active_Directory SAML PRODUCTS AND SW http://en.wikipedia.org/wiki/SAML-based_products_and_services http://www.informationweek.com/software/information-management/saml-the-secret-to-centralized-identity-management/d/d-id/1028656? http://www.ibm.com/developerworks/library/x-samlmyth/ http://identitysander.wordpress.com/2010/04/08/saml-vs-ldap-to-the-death/ http://support.ideascale.com/customer/portal/articles/1002598-saml-sso-with-active-directory-and-adfs-2-0 http://stackoverflow.com/questions/22899946/ldap-vs-saml-authorization http://www.slideshare.net/koivimik/introduction-to-saml-20 https://www.pingidentity.com/en/resources/articles/saml.html https://barebonescms.com/documentation/sso/

IOS 8 upgrade

General: Update cocoapods first No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386). Sol: Update Build active architecture only to NO. With Xcode 6 its mandatory to support arm64 architectures but as many cocoapod libraries are still not arm64 ready, change the “arch” and “valid architecture” as below Architectures = $(ARCHS_STANDARD_32_BIT) Valid Architectures = armv7 armv7s {{no arm64}} http://stackoverflow.com/questions/22323039/arm64-architecture-in-xcode-5-1 Getting selected uitableviewcell of sender,