Nidroide
Nidroide
Cannot setup instance having space in LDAP_SECURITY_PRINCIPAL environment variable. The problem is fixed double quoting the second parameter while calling cfg_replace_option in init.sh: ``` cfg_replace_option ldap.synchronization.java.naming.security.principal "$LDAP_SECURITY_PRINCIPAL" $LDAP_CONFIG_FILE ``` The...
Meteor-Files v. 2.0.1 Meteor version: 2.1 Scenario: user uploaded a file, file was edited (growing in size) on filesystem, when serving file by .link(): ``` I20210330-16:05:34.924(2)? [FilesCollection] [download(/cdn/storage/uploads/h9q7P2fYYKpY2GzAz/original/h9q7P2fYYKpY2GzAz.docx, original)] I20210330-16:05:34.954(2)?...
Affected environment: docker image onlyoffice/documentserver, id -> fc79eb363184f43ff73e3c2c9cec42786395fb56cf11e05cf40a5dd7dc4aba5c When serving to docbuilder endpoint a script with errors the service returns: ``` { key: 'bld_acaba810114356ab', urls: {}, end: true } ```...
server/main.js: ```javascript Meteor.methods({hello:(x)=>x}); ``` shell: ```bash curl -X POST http://localhost:3000/methods/hello -H "Content-type: application/json" -H "Accept: application/json" -d '"hello"' ``` server log: ``` W20170105-11:50:02.743(1)? (STDERR) Error: invalid json W20170105-11:50:02.743(1)? (STDERR) at...