RES: Getting only Response 400 when implementing a new connector for Tomcat 5

2004-08-02 Thread Henrique Faria
onday, August 02, 2004 6:37 PM Para: Tomcat Developers List Assunto: Re: Getting only Response 400 when implementing a new connector for Tomcat 5 Bill Barker wrote: >The Adapter implementation is expecting that the requestURI is of type BYTE. >It doesn't deal well with type STRING. >

Re: Getting only Response 400 when implementing a new connector for Tomcat 5

2004-08-02 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 2:36 PM Subject: Re: Getting only Response 400 when implementing a new connector for Tomcat 5 >Bill Barker wr

Re: Getting only Response 400 when implementing a new connector for Tomcat 5

2004-08-02 Thread Remy Maucherat
Bill Barker wrote: The Adapter implementation is expecting that the requestURI is of type BYTE. It doesn't deal well with type STRING. I don't think the latest 5.0.x code has these limitations anymore. Rémy - To unsubscribe, e-m

Re: Getting only Response 400 when implementing a new connector for Tomcat 5

2004-08-02 Thread Bill Barker
AIL PROTECTED]> Sent: Monday, August 02, 2004 1:30 PM Subject: Getting only Response 400 when implementing a new connector for Tomcat 5 I´ve been trying to write a Dummy Conector to Tomcat just to learn how I must call an Adapter. It´s the first step to write a ISO-8583 connecto

Getting only Response 400 when implementing a new connector for Tomcat 5

2004-08-02 Thread Henrique Faria
I´ve been trying to write a Dummy Conector to Tomcat just to learn how I must call an Adapter. It´s the first step to write a ISO-8583 connector. For that, I instancialize an Request and Response (org.apache.coyote), and set all attributes that I think to be necessary : request = new Request(