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.
>
- 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
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
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
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(