Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0.3
-
Fix Version/s: 1.0.4
-
Component/s: Configuration
-
Labels:None
Description
See attached sample app. According to the URLMappings file, specifying an URL of
http://localhost:8080/sample-urlmappings/fr/main/
should work perfectly well (it matches the third rule of the URLMappings file). Instead it produces a 404.
Now what's strange is that removing any mapping in the configuration file solves the problem. Even mappings that have absolutely nothing to do with this such as the 500 HTTP mapping. It just seems like there is a limit to the number of mappings and if you reach that limit, it produces 404 for valid URLs.
Really strange bug... but reproducable so should be quite easy to fix
Patch adding the test (that would currently fail).