rsacchettini / napier

Automatically exported from code.google.com/p/napier
0 stars 0 forks source link

Exception thrown for property viewing with a unlogged user #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This exception is thrown when an anonymous user try to list the property or
to view one.

Message: No signature of method: java.lang.String.getAuthorities() is
applicable for argument types: () values: {} 
Caused by: groovy.lang.MissingMethodException: No signature of method:
java.lang.String.getAuthorities() is applicable for argument types: ()
values: {} 
Class: PropertyController 
At Line: [93] 
Code Snippet:

Original issue reported on code.google.com by romain.b...@gmail.com on 4 May 2008 at 12:11

GoogleCodeExporter commented 9 years ago

Original comment by romain.b...@gmail.com on 4 May 2008 at 1:28