manage app not working with 1.6.0
Paul Alexandrow <[email protected]>
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Organization | alexandrow.org |
| Message-ID | <[email protected]> |
hi, after upgrading to helma 1.6.0 rc1 (from 1.5.3) in one of my projects, the API functions of the manage app stopped working (and yes, i did upgrade to the version of manage that's bundled with 1.6.0). where the url was http://localhost:8080/manage/APPNAME/api/read before, it's now http://localhost:8080/manage/api/read which obviously doesn't work. Maybe that's because helma.framework.core.Application does not implement IPathElement anymore (hat's just a very quick and unqualified guess of course)? Or did I just miss something? Thanks, Paul