0

I have a weired secnerio to tackle with. We are using Wildfly 8.2.0 final as our server for javaEE Application. We want to restrict or block certain https request identified by url pattern on certain https port. For example:

I have configured two https listener at different port(8184,8443). what i want is that all request in the form https://servername:8184/synws/ should be blocked while the request https://servername:8443/synws/ should be allowed.

how can we achieve this in wildfly server. and the request are all jax-rs web service calls.

0 Answers0