power-media / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Merge DxUrlMapping #437

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Attached to the second comment of ticket #433 there's a DxUrlMapping class that 
extends prado's TUrlMapping supporting two new features:
 - constant parameters in TUrlMappingPattern
 - caching of TUrlMappingPattern rules in order to provide better performances

Original issue reported on code.google.com by ctrlal...@gmail.com on 5 Feb 2013 at 11:36

GoogleCodeExporter commented 8 years ago
Merged support for constant parameters in r3268

Original comment by ctrlal...@gmail.com on 5 Feb 2013 at 11:39

GoogleCodeExporter commented 8 years ago
Committed the caching feature as r3273. Instead of adding a new "wrapper" class 
like DxUrlMapping, the caching functionality has been merged directly inside 
THttpRequest.

Original comment by ctrlal...@gmail.com on 13 Feb 2013 at 9:53