sitemule / ILEastic

Embedded application server for ILE on IBM i
Apache License 2.0
58 stars 29 forks source link

Routing is not case sensitive #45

Closed m1h43l closed 5 years ago

m1h43l commented 5 years ago

The server routes to the wrong resource because of case insensitive path matching.

Path /time and request /Time results in a successful match which is wrong.

Unit test: routing.rpgle , test case test_caseSensitivity

m1h43l commented 5 years ago

Fixed with pull request #51