views:

4

answers:

0

Hi all,

I have a Sun One 6.1 web server that proxies requests to a WebLogic app server, and I have created an encryption filter in Java that encrypts the request parameters before it is forwarded to the app server.

The filter is packaged in a WAR file and deployed to the web server root (/). My intention is to pick up all requests, look for certain parameters, encrypt them and forward to the app server.

Problem: Is it correct to deploy a Java filter in this way? The filter does not appear to be detecting the requests or encrypting them.