kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

Syntax error when doing GET request. #226

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make a GET request like this: GET /Class?..id

What is the expected output? What do you see instead?
Not sure what to expect. Got a syntax error in server.js and a 500 Internal 
Server Error status.

What version of the product are you using? On what operating system?
Using svn r573 on OSX.

Please provide any additional information below.
The console said this:

Jul 28, 2009 11:43:23 PM org.persvr.remote.PersevereFilter$DefaultHandler call
WARNING: SyntaxError: syntax error
        at org/persvr/server.js:337

Original issue reported on code.google.com by Micha.Ni...@gmail.com on 29 Jul 2009 at 3:45

GoogleCodeExporter commented 8 years ago
It is a syntax error. I presume you want a more detailed message about why it 
is a 
syntax error?

Original comment by kris...@gmail.com on 13 Aug 2009 at 9:34