mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
16.33.2006 6e747f8dbee3889777e1f77819fb0a38463a0d49
refs
author neil_a_wilson <neil_a_wilson@localhost>
Sunday, July 16, 2006 07:33 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Sunday, July 16, 2006 07:33 +0200
commit6e747f8dbee3889777e1f77819fb0a38463a0d49
tree 1c845b09e02c487cb82cebd5b4128186f29e9da1 tree | zip | gz
parent a052b950531fb0152bbb0bb2ef50633349a34173 view | diff
Update the LDAP connection handler so that the size units for the max request
size configuration attribute are consistent with the size units used in various
configuration attributes for the JE backend. In particular, the following are
now true:

- KB refers to kilobytes, or 1000 bytes
- KiB refers to kibibytes, or 1024 bytes
- MB refers to megabytes, or 1000000 bytes
- MiB refers to mebibytes, or 1048576 bytes

Previously, only KB and MB were defined and they used the "power of 2" form
rather than the "power of 10" form.
1 files modified
22 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java 22 ●●●●● diff | view | raw | blame | history