File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Groovy and the fly likes HTTP status in groovy? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Groovy
Reply Bookmark "HTTP status in groovy?" Watch "HTTP status in groovy?" New topic
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
Sheriff

Joined: Jul 11, 2001
Posts: 15040

What do you mean it doesn't work?


[u0100050-lx-~/tmp] curl -D hdr.txt http://localhost:6080/indexOK.groovy
STATUS 500


Oh wait...You're saying the actual returned status isn't 500. Let me dig in on that...


My Blog | DZone Articles
Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Posts: 15040

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?
 
Threads others viewed
How to do enums in Groovy/Grails?
Grails: A Quick Start Guide Question
Calling webservice: works from standalone app but not from weblogic
groovy vs scala
axis2: set SC_BAD_REQUEST with AxisFault
developer file tools