Skip to content
Success

Changes

Summary

  1. Fixes lookup of default configuration values for nested paths (#2322) (commit: 6b7046c) (details)
Commit 6b7046c8b710ec65100f20c9ee36d2c0a99f75f2 by md-5
Fixes lookup of default configuration values for nested paths (#2322)
The lookup of default configuration values with multiple path segments
failed with a class cast exception because the full path was treated as
a new configuration section instead of only the root.
(commit: 6b7046c)
The file was addedconfig/src/test/java/net/md_5/bungee/config/DefaultConfigurationTest.java
The file was modifiedconfig/src/main/java/net/md_5/bungee/config/Configuration.java