Skip to Content.
Sympa Menu

mace-opensaml-users - RE: binding.respond() problems - IOException.

Subject: OpenSAML user discussion

List archive

RE: binding.respond() problems - IOException.


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>, <>
  • Subject: RE: binding.respond() problems - IOException.
  • Date: Wed, 5 Jan 2005 01:54:04 -0500
  • Organization: The Ohio State University

> An IOException is thrown from receive.jsp in method respond().
> The problem seems to be that an outputstram is already opened
> by the server but i am not sure.

I'm not an expert, but yes, I think you can't do what respond() does from
inside a JSP page. It calls servlet methods to completely control the
response processing. It's designed for servlet use, not JSP.

A SAML responder speaking SOAP generally doesn't have a user interface, so
this didn't seem like much of a concern to me.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page