handlePropfind() not being called when PROPFIND request is received (to add WebDAV support to a ServerResource)

2010-01-16 Thread Fabian Mandelbaum
Hello there, I'm trying (fighting and learning, bah ;)) to add WebDAV support to a ServerResource. To test, I'm using the Nautilus/GNOME Connect to Server WebDAV client. I've seen that 1st an OPTIONS (HTTP) request is issued, then a PROPFIND (DAV) request is issued. My resource has options()

Re: handlePropfind() not being called when PROPFIND request is received (to add WebDAV support to a ServerResource)

2010-01-16 Thread Rob Heittman
I ran into similar trouble porting it myself, but that was many milestones ago ... Will retry with M6 and see if I get the same results as you! On Jan 16, 2010, at 8:17 AM, Fabian Mandelbaum fmandelb...@gmail.com wrote: Hello there, I'm trying (fighting and learning, bah ;)) to add WebDAV

Re: handlePropfind() not being called when PROPFIND request is received (to add WebDAV support to a ServerResource)

2010-01-16 Thread Fabian Mandelbaum
Thanks Rob (and sorry for miswritting your lastname ;)). For all it's worth I've just tried with cadaver (DAV command line client), and got the same results, CLI 'session' and excerpt from the logs follow: [fab...@laptop ~]$ cadaver http://localhost:9000/workpsaces/W1/content Could not access

Re: handlePropfind() not being called when PROPFIND request is received (to add WebDAV support to a ServerResource)

2010-01-16 Thread Fabian Mandelbaum
Hum... one more thing I've found out while testing, I've removed OPTIONS support from the RootFolderResource (serving the / URI) and now the error is different: [fab...@laptop ~]$ cadaver http://localhost:9000/workpsaces/W1/content Could not open collection: 405 The method specified in the

Re: handlePropfind() not being called when PROPFIND request is received (to add WebDAV support to a ServerResource)

2010-01-16 Thread Rob Heittman
Is the workpsaces/workspaces typo below significant? On Jan 16, 2010, at 9:39 AM, Fabian Mandelbaum fmandelb...@gmail.com wrote: Hum... one more thing I've found out while testing, I've removed OPTIONS support from the RootFolderResource (serving the / URI) and now the error is different:

Re: handlePropfind() not being called when PROPFIND request is received (to add WebDAV support to a ServerResource)

2010-01-16 Thread Fabian Mandelbaum
arrhghghgh, yes, it was, thanks for pointing me to my crossed fingers while typing. Ok, this last test for intermediate resources can be ignored. Behaviour still prevails though, 405 returned for PROPFIND on the resource. On Sat, Jan 16, 2010 at 11:45 AM, Rob Heittman rob.heitt...@solertium.com

Problems with ServerServlet and Equinox servletbridge

2010-01-16 Thread Bryan Hunt
I managed to get ServerServlet working with the Equinox servletbridge in Tomcat, but it was not without problems. I finally tracked the problem down to the MANIFEST.MF in org.restlet.ext.servlet. When the servletbridge is deployed, the javax.servlet bundle is deployed as well for convienence.

Re: Restlet GWT RPC 2.0

2010-01-16 Thread Valdis Rigdon
I'm still seeing these on the latest snapshots as well. As a workaround, I've been using the GWT version bundled with the example serialization application from the wiki, but using the snapshot versions for other editions. That seems to work fine for me, at least in the short term. Valdis

Re: Restlet GWT RPC 2.0

2010-01-16 Thread Niclas Hedhman
On Sat, Jan 16, 2010 at 11:42 PM, Valdis Rigdon valdis.rig...@gmail.com wrote: I'm still seeing these on the latest snapshots as well.  As a workaround, I've been using the GWT version bundled with the example serialization application from the wiki, but using the snapshot versions for other