Make property labels public in WebFilterConfig.java which is useful when creating WebFilter programmatically to make it less error-prone.
Renamed STICKY_SESSION_CONFIG to STICKY_SESSION, SESSION_TTL_CONFIG to SESSION_TTL_SECONDS (previously private) to follow the same naming conventions with other variables.
Added javadocs for public variables & updated tests
The related issue is #67 & previous PR conversations https://github.com/hazelcast/hazelcast-wm/pull/90
Make property labels public in WebFilterConfig.java which is useful when creating WebFilter programmatically to make it less error-prone.
Renamed STICKY_SESSION_CONFIG to STICKY_SESSION, SESSION_TTL_CONFIG to SESSION_TTL_SECONDS (previously private) to follow the same naming conventions with other variables.
Added javadocs for public variables & updated tests