Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-40434 Fix off-by-one error in isLarge check (sakaiproject#5869)
Gradebook uses two different serialization schemes, depending on the size of the maximum grade that needs to be represented. The boundary between these schemes (16384) wasn't properly handled: it would attempt to use packed serialization but then throw an error because the value couldn't be represented.
- Loading branch information