linux - Weblogic: limit access to certain resources (URIs) by IP -


community.

is possible limit access uris (say /myapp/admin/*) based on requester ip on weblogic server? i'd allow access trusted machines in local network , deny others regarding specific uris. other application locations should accessible everyone.

the question is, whether achievable without development of separate filter class?

i found in apache "location" directive, sadly no similar stuff in weblogic.

thanks.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -