Web Scripts:

- default authentication is now Basic HTTP Authentication
- alternative entry point for Alfresco Web Client authentication now provided via /alfresco/wcservice
- updated opensearch engines list to be servlet mapping independent

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5879 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2007-06-07 11:49:09 +00:00
parent bd0b9c5fcd
commit 1a89cb5e9f
5 changed files with 29 additions and 10 deletions

View File

@@ -303,7 +303,7 @@ public class UIOpenSearch extends SelfRenderingComponent
{
if (url.startsWith("/"))
{
url = context.getExternalContext().getRequestContextPath() + url;
url = context.getExternalContext().getRequestContextPath() + "/wcservice" + url;
}
// add the engine