[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: WebHandler issue

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
The sorting is (very) important. PASOE's web transport selects the first webhandler (looking from handler1…handlerN) it finds and it uses a BEGINS search. So if there's a config earlier that matches the URI it will use that one. I think that it's using handler19 in the "broken" case, because /v1/Persons/{organisationid} is a valid begins match for /web/v1/Persons/2/addPersonByCustomerId/10220933

Continue reading...
 
Status
Not open for further replies.
Back
Top