Re: [Hypercontent-users] HyperContent 2 RC Questions
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2005-11-14 15:45:09
|
Hi Carl, I'm glad you've had a chance to look at RC1. I think you have found a bug in the FTP client - we only use SFTP here, so that wasn't as rigorously tested. I've attached an updated version of the FTPUnixFileSystemImpl - drop it into the source tree, and when you run the ant script it will recompile and deploy the changes. This should solve that error, which was caused by a failure to check if a value is null. Let me know how it works; I'll wait to check it into CVS until then. HC2 selectively rewrites the links on your page in the inline frame; it only changes relative links (links starting with "."). If you have any sort of absolute link (including links starting with "/") HC2 leaves it alone, so even if it points to another page managed by HC2 it won't be recognized. Try setting it up as a relative link and it should work. For the navigation problem, I'd have an easier time debugging it if I could see it in context. If you could zip up the repository of a project with the problem, I'll install it locally and have a look. Cheers, Alex |