Skip to content

Changes

Summary

  1. APPNG-2442 Mapping logic and unit tests. (commit: 0061ebe) (details)
  2. APPNG-2442 Applied codestyle formaters. (commit: b13236d) (details)
Commit 0061ebe19ba325c119cb76225ab39b9c0114768a by Dirk Heuvels
APPNG-2442 Mapping logic and unit tests.

  * Removed ambiguity between name and hostname mappings.
  * Polished documentation.
  * Added tests for RequestUtil.
(commit: 0061ebe)
The file was addedappng-api/src/test/java/org/appng/api/RequestMappingTest.java
The file was modified appng-template-parent/pom.xml (diff)
The file was modified appng-api/src/main/java/org/appng/api/RequestUtil.java (diff)
The file was modified appng-api/src/main/java/org/appng/api/model/Site.java (diff)
The file was modified appng-core/src/main/java/org/appng/core/repository/SiteRepository.java (diff)
The file was modified appng-core/src/main/java/org/appng/core/domain/SiteImpl.java (diff)
The file was modified appng-core/src/test/java/org/appng/core/service/DatabaseServiceTest.java (diff)
The file was modified appng-api/src/test/java/org/appng/api/RequestMappingTest.java (diff)