users@jersey.java.net

Re: [Jersey] Problem finding annotated classes when paths contain spaces

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 18 Aug 2008 09:51:15 +0200

On Aug 18, 2008, at 9:28 AM, Tom Davies wrote:

> Hi,
>
> We're using Jersey 0.8ea.
>
> If I deploy our application in a directory which includes spaces in
> the path, I get this warning:
>
> Aug 18, 2008 4:53:10 PM
> com.sun.ws.rest.impl.container.config.AnnotatedClassScanner scan
> WARNING: URL, jar:file:/Users/tomd/tmp/crucible with space/
> fisheye.jar!/com/atlassian/crucible/spi/rpccannot be converted to a
> URI
>
> And my REST services are not found.
>
> Is this a bug? If so I'll raise an issue.
>

It is fixed in the 0.9 SNAPSHOT:

https://jersey.dev.java.net/issues/show_bug.cgi?id=79


> By the way, you should use an issue tracker which works as well as
> your wiki ;-)
>

Yes! Any recommendations?

I tend to document changes here:

https://jersey.dev.java.net/source/browse/*checkout*/jersey/trunk/
jersey/changes.txt

but i would really like some document to be generated from an issue
tracking system. Because the java.net one is slow and a bit of pain
to use, it is sometimes quicker for me just to fix something and
document it in this file (if i remember) than log an issue.

Paul.