spring-boot/spring-boot-project
Andy Wilkinson 68e3de0357 Use name from header not alias when checking entry has expected name
Previously, an entry’s potentially aliased name would be used when
checking that it has a particular name. The alias would always be
applied, irrespective of the name in the header. As a result, when
there was a clashing hash and an entry with a particular index did
not have the expected name, this would be concealed by the alias
being applied and the name check being done with the alias.

This commit reworks JarEntry to store the name in its header in
addition to its alias, if any. When checking that the entry has the
expected name, the unaliased name is passed in and the entry compares
it with the name from the header rather than the alias.

Closes gh-15981
2019-02-18 17:29:25 +00:00
..
spring-boot Document missing keys mapped on third party types 2019-02-18 16:48:51 +01:00
spring-boot-actuator Tolerate AuthenticationSwitchUserEvent with null target user 2019-02-12 16:26:19 +00:00
spring-boot-actuator-autoconfigure Split Jersey management context configuration 2019-02-13 13:27:54 -08:00
spring-boot-autoconfigure Polish "Stop using imports from shaded dependencies" 2019-02-14 15:34:03 +01:00
spring-boot-cli Fix assertion 2019-02-08 08:45:12 +01:00
spring-boot-dependencies Upgrade to Spring Integration 5.1.3 2019-02-15 09:38:34 +01:00
spring-boot-devtools Track condition evaluation per-context when determining delta 2019-02-14 15:11:18 +00:00
spring-boot-docs Document missing keys mapped on third party types 2019-02-18 16:48:51 +01:00
spring-boot-parent Generate Javadoc with same source level as used for compilation 2019-02-14 08:23:20 +00:00
spring-boot-properties-migrator Polish "Avoid NPE when replacement property does not exist" 2018-12-28 18:19:12 +01:00
spring-boot-starters Add reference to Codecentric's SOAP Web Services starter 2019-02-02 20:21:57 +01:00
spring-boot-test Fix cast in TestRestTemplateContextCustomizer 2019-02-05 11:39:25 +00:00
spring-boot-test-autoconfigure Decorate test containers so tests are skipped without Docker 2019-02-13 17:44:45 +00:00
spring-boot-tools Use name from header not alias when checking entry has expected name 2019-02-18 17:29:25 +00:00
pom.xml