[opencms-dev] BUG: treewindowcopy contains hardcoded /servlet s/ path!

Hanjo Riege Hanjo.Riege at framfab.de
Mon May 21 11:45:53 CEST 2001


Hi Jeroen, 

thanks for the bug report. It is solved and wont appear in the next build. 

If you want to use the bug fixed version without updating your whole system,
you can correct it easy. Just change line 631 in the file 

/system/workplace/templates/js/explorer.js from 

treewin=opensmallwin('/servlets/opencms/system/workplace/action/treewindowco
py.html', 'opencms', 170, 300);

to

treewin=opensmallwin('treewindowcopy.html', 'opencms', 170, 300);


Regards Hanjo

-----Ursprüngliche Nachricht-----
Von: Jeroen Habets 
Gesendet: Freitag, 18. Mai 2001 17:41
An: OpenCMS dev list (E-mail)
Betreff: [opencms-dev] BUG: treewindowcopy contains hardcoded /servlets/
path!



Hi,

Since I'm running opencms in the 'opencms' zone and not 'servlets'
OpenCMS cannot find:

/servlets/opencms/system/workplace/action/treewindowcopy.html 

(Copy functionality in Explorer, Browse button links to the above)

Nothing more than a nuisance but...

Jeroen



More information about the opencms-dev mailing list