| Author |
HTTP status in groovy?
|
miles zarathustra
Greenhorn
Joined: Dec 01, 2009
Posts: 2
|
|
I have a groovy page that looks like this:
but it doesn't work:
[u0100050-lx-~/tmp] curl -D hdr.txt http://localhost:6080/indexOK.groovy
STATUS 500
[u0100050-lx-~/tmp] cat hdr.txt
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Date: Thu, 17 Feb 2011 22:55:32 GMT
I tried using setStatus() instead, and casting response first, but neither helped.
The JSP version works just fine.
Anybody have any clues? Or does this just not work in Groovy?
If it's a state exception I should see it, right?
Thanks,
-= miles =-
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
What do you mean it doesn't work?
Oh wait...You're saying the actual returned status isn't 500. Let me dig in on that...
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
This is just a guess because I can't test this out right now for myself, but try one of the following:
or
See if either / both of those work.
|
 |
 |
|
|
subject: HTTP status in groovy?
|
|
|