Hi all, I'm coding a custom serializer now, and I am wondering if I am allowed to send an arbitrary HTTP header from the serializer code? In particular I'd like to send a "Location: xxxx" header, but I may want to send others. I think I can accomplish this with these lines:
Response response = (Response) objectModel.get(Constants.RESPONSE_OBJECT); response.setHeader("Some-Header", "value"); But even if that works, is it "legal"? Thanks from Prague, James Burton __________________________________________________ Do You Yahoo!? Yahoo! Greetings - Send FREE e-cards for every occasion! http://greetings.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]