We have folloeing rewrite rules in our apache configuration files.

RewriteRule ^/AuthenticateService/Agent/Authenticate
/AgentAuthenticationService/AgentAuthenticationSoapBindingImplBean [PT]
RewriteRule ^/AuthenticateService/Agent/Authorize
/AgentAuthenticationService/AgencyAuthorizationSoapBindingImplBean [PT]
RewriteRule ^/AuthenticateService/Agent/AuthenticateAndAuthorize
/AgentAuthenticationService/AgentAuthenticationAndAuthorizationSoapBindingImplBean
[PT]

In the above rewrite rule, first two works fine. We are having problem with
the last rule. It redirects to
/AgentAuthenticationService/AgentAuthenticationSoapBindingImplBean instead
of
/AgentAuthenticationService/AgentAuthenticationAndAuthorizationSoapBindingImplBean.
Is there any restriction in number of characters in rewrite rule? Could some
one help us to resove this issue?

Reply via email to