Mohammad Hewedy
Mohammad Hewedy
at end of the day, it is a hint for the developer that not to forget such checks
This happens for example when implementing Exchange Web Service (EWS) see https://github.com/mhewedy/ews And in reality it happens to any non-trivial web service
Any updates on this? or any workarounds exist?
Old version found here https://github.com/superduper/BrightnessMenulet/tree/c423bff4983c6d9436fcbf92b66056715a1cc40b
+1 Once I start using this very helpful application, on the next day I started to think about what if my Dell Monitor's brightness is being adjusted based on the...
Download the old one : https://github.com/superduper/BrightnessMenulet/tree/c423bff4983c6d9436fcbf92b66056715a1cc40b
@karldahlgren currently castlemock is secured using spring security, so I think spring security support for ldap will be more convenient than of tomcat. And castlemock an intranet application (most deployment...
I just want to add a couple of things, You can base your docker file on [castlemock ](https://hub.docker.com/r/castlemock/castlemock/)image And, there's a MongoDB support you might need to use for cluster...
I think mainly the issue here is that the `SoapResouce` is associated with the `SoapProject`. To fix it, we need to associate the `SoapResouce` with `SoapPort`. I think this change...
@karldahlgren I did a quick analysis of this issue, and I found here's a purposed solution: 1. reference the port Ids inside the resource object. 2. when deleting a resource...