Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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?
Solved! Go to Solution.
Nope, there isn't such available.Jörg
View solution in original post
Use * and in actual servlet just specify methods as GET.POST
Views
Likes
Replies