Hello, We have developed an application in SpringMVC and we have applied acegi security system, We have tested this application in JBoss Appserver at our local environment. While testing We didnt get any errors we have been successful.recently we have submitted to our client and they have deployed, configured to https. Then they are trying to access the application like the following. https://app.com/contextroot
In our local environment it has gone to welcome page. But in our client envoronment The url has changed to the following. https://app.com//contextroot The problem is one additional slash is appended to the context root. Then We are getting 404 error .I am unable to find the problem. Does the problem with SpringMVC or Jboss server or Https Configuration..??? If I hit Direct URL Like Direct page name it is comming correctly..If I submit the form then one slash is appended to the context root. Can U please tell me where exactly I need to Change..??? Thanks in advance Paul