Hi all,

I'm trying to provide GAE support for the Apache Click[1] web
framework. At startup time Apache Click scans the 'web' folder for its
template files which are then mapped to Java classes. In order to find
the template files it recursively scans the web folder starting from
root ("/"). The problem I've found is that the call
ServletContext.getResourcePaths("/") returns an empty set. Locally it
returns all files and folders.

Is this expected behavior or a bug? If this is expected, how come?

Interestingly getResourcePaths returns resources if a subfolder is
specified, for example: getResourcePaths("/pages").

Kind regards

Bob

[1]: http://click.apache.org/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to