hazelcast / hazelcast-wm

Hazelcast filter-based Web Session Manager
Other
12 stars 31 forks source link

Make WebFilterConfig property names public. #91

Closed vivekvara closed 3 years ago

vivekvara commented 3 years ago

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

devOpsHazelcast commented 3 years ago

Can one of the admins verify this patch?

enozcan commented 3 years ago

verify

enozcan commented 3 years ago

Thanks for the contribution @vivekvara!