[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Controlling Handler Order in PAS

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

Peter Judge

Guest
The handlerN lines in the properties file is the way to do it. - The order in which they are defined is important, so in your example SomeHandler is used, instead of OtherHandler. - The handlers are selected with “begins” checks (and a regex) in the webapp.

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