When someone renames the WAR file to 'foobar.war', the servlet context will named "/foobar" and not "ag-push"
I think hard coded "ag-push" is a bad idea.
Isn't it possible to just server up the requests from the current webapp folder? It should not make a difference if root or /ag-push or even /foo
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
When someone renames the WAR file to 'foobar.war', the servlet context will named "/foobar" and not "ag-push"
I think hard coded "ag-push" is a bad idea.
Isn't it possible to just server up the requests from the current webapp folder? It should not make a difference if root
or /ag-push or even /foo