Identity Management (MOSC)

MOSC Banner

OAM Resource /** Pattern Matching Behavior Question

edited Oct 22, 2015 11:00AM in Identity Management (MOSC) 2 commentsAnswered

The Oracle Access Manager (OAM) documentation states the "/**" pattern matches "any sequence of zero or more characters that starts with the forward slash character (/).You can use this pattern to protect a path under a specific, named directory". So when I secure a URL using the "/testAppsRoot/testApp1/**" matching pattern and test the configuration using the OAM Access Tester, I would expect the following results:


URLMatches
/testAppsRoot/testApp1false
/testAppsRoot/testApp1/true
/testAppsRoot/testApp1/path1true
/testAppsRoot/testApp1/path1/path2true
/testAppsRoot/testApp1?myVar1=string1&myVar2=string2

false


Instead, however, I observe that all the URLs listed in the table match the pattern, leaving me confused as to how the "/**" pattern matching actually works.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center