Mustafa Kerim Yılmaz
Mustafa Kerim Yılmaz
ActionView::Template::Error (No such process - D:\Program Files\Apache Software Foundation\apache-tomcat-9.0.0.M8\webapps\jobsworth\cache\770\5E4\views%2Ftask_form%2Ftask_records%2F2-20161130071625000000000%2F2%2Ftasks%2F25%2F16%2F7%2F30%2F11%2F2016%2F3%2F335%2Ffalse%2FUTC%2F50%2F36%2F12%2F1%2F12%2F2016%2F4%2F336%2Ffalse%2FUTC%2F57%2F17%2F7%2F30%2F11%2F2016%2F3%2F335%2Ffa): 22: 'new_comment', locals: {show_timer: show_timer}) %> 23: 24: 25: 26: 27: 8, :cols => nil, :class => 'autogrow', :placeholder => t('tasks.enter_task_desc')}.merge(perms['edit'])...
While adding properties to person/company/task, update operation giving 400 error. Log message: ActionController::ParameterMissing (param is missing or the value is empty: custom_attributes): app/controllers/custom_attributes_controller.rb:72:in `custom_attributes_params' app/controllers/custom_attributes_controller.rb:16:in `update'
Some zip compress app making wrong header, for example zip4j. So SharpZipLib throwing "Size mismatch: " error at Zip\ZipInputStream.cs line 620. // A csize of -1 is from an unpatched...
I try to use Example for querying entities. Audit lastModifiedDate and createdDate field automatically added to query in where section.
Product availability JSON format was changed. I adapted it and make some change for store_checker.py can be directly callable without monitor.
tomcat jar file cannot find main method because of typo issue at below line. https://github.com/castlemock/castlemock/blame/4c2c97b7876dd9adc5d863c4d7016fb2a1860f11/deploy/deploy-tomcat/deploy-tomcat-jar/pom.xml#L37
Xslt support for SOAP response (close #547(
**Describe the bug** When you click Validate Expression button on rest/soap response it can't pickup existing response body to text area. **To Reproduce** Steps to reproduce the behavior: 1. Go...
We want to create more complex response related with request especially for SOAP. For example I want add dynamic count of nodes to response xml related with request. **Solution** We...
At the below implementation it doesn't checking the token was expired or not. So backend returns 500 errors. On the other hand we don't need Authorization header for revoke endpoint....