Hi Brian,

Thanks for reporting this bug. It is now fixed in SVN. We are still working
on releasing 1.0 RC5 and updating the Web site, thanks for your patience.

After registering with Tigris.org, you can report bugs with the issue
tracker:
http://restlet.tigris.org/servlets/ProjectIssues

Best regards,
Jerome  

> -----Message d'origine-----
> De : news [mailto:[EMAIL PROTECTED] De la part de Brian Crow
> Envoyé : vendredi 2 mars 2007 16:31
> À : [email protected]
> Objet : bug in Finder.java
> 
> I could not find another way to report this issue.
> 
> In getMethod in Finder.java
> 
> "handle" is hardcoded into method name contruction instead of 
> using the 
> prefix parameter. This results in the allow[MethodName]() throwing a
> NullPointerException.
> 
> Finder.java line 223 in rc4.
> sb.append("handle");
>   should be
> sb.append(prefix);
> 

Reply via email to