Expand my Community achievements bar.

SOLVED

How to allow filter for both methods POST/GET for servlet in dispatcher.any config

Avatar

Level 1

To allow POST and GET for servlet I need this:

{ /type "allow" /glob "GET /servlets/Test"  } { /type "allow" /glob "POST /servlets/Test"  }

or to use "*":

{ /type "allow" /glob "* /servlets/Test"  }

Is there any option to specify POST and GET in one row?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Nope, there isn't such available.
Jörg

View solution in original post

2 Replies

Avatar

Level 10

Use * and in actual servlet just specify methods as GET.POST

Avatar

Correct answer by
Employee Advisor

Nope, there isn't such available.
Jörg