Łukasz Dywicki
Łukasz Dywicki
I can second @Rossko57 here. If we follow modbus we can eventually bring number of sub-extensions. Not sure why `modbus transport -> modbus binding` relation is fine but `modbus binding...
@kaikreuzer Thank you for reminder, I hope to pick some of above points end of this week/beginning of next one. In terms of existing servlets I've found only one in...
I believe that basic authentication is still relevant for simple system to system integration which is far from completing oauth flows. Securing all rest endpoints requires either implementation of additional...
API keys are still a fancy name for basic auth. The difference which you draw is just non standard header with random value instead of well known user/password. What really...
FYI it is possible to have "per bundle" logging thanks to MDC/NDC - see configuration sample https://issues.apache.org/jira/browse/LOG4J2-2021.
@headius thanks for pointer. @AlBundy33 It looks like security manager is your problem, can you check its configuration? I haven't done much with equinox security manager, but you call `System.getProperty`...
Seems C templates needs to be updated as well to handle string fields. Sadly I can't handle that part.
> Ther test.mspec contains vstring fields ... could you please elaborate on what is actually not working? In this case the test.mspec should be extended with an example that doesn't...
> Your mspec fragment looks a bit fishy in general ... the type you define as "List" and not as "String" and where does the "numberOfValues" come from? Its being...
I get your point as it is tricky. For me with high level language it makes sense to avoid construction of a `String[] {"a", "b", "c", "d" }` and return...