Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Firebird .7
Description
403 permission denied errors for Presentation links (both PDF and HTML) on Groovy home page. Curiously the PDF link points to a powerpoint file.
http://codehaus.org/~jstrachan/Groovy/Groovy.ppt
http://codehaus.org/~jstrachan/Groovy/html/groovy.html
The other possible problem is a syntax error in one of the GroovySQL examples on this page: http://groovy.codehaus.org/sql.html
The code in question is inn the third example... this line:
sql.queryEach ("select * from person where firstname != $${ignore}") { person |
Shouldn't there only be one "$" before the
{ignore}