Hi All,
I wrote a filter in java which makes changes on the e-mail addresses. This filter works correctly on .jsp pages but doesn't do anything on .html sides.
Is there somebody who has idea why is that?
My filter mapping in the WEB.xml looks like: <url-pattern>/*</url-pattern>
Thank you in advance!
I wrote a filter in java which makes changes on the e-mail addresses. This filter works correctly on .jsp pages but doesn't do anything on .html sides.
Is there somebody who has idea why is that?
My filter mapping in the WEB.xml looks like: <url-pattern>/*</url-pattern>
Thank you in advance!