DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21597>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21597

NumberFormatException using Siteminder

           Summary: NumberFormatException using Siteminder
           Product: Tomcat 4
           Version: 4.0.2 Beta 2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Connector:JK/AJP (deprecated)
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I set up siteminder with IIS to protect some servlets under tomcat,
Ajp crashes with the following exception when I try to access a protected 
servlet.

I captured the data flowing between IIS and Tomcat via Ajp using netcat if it's 
of any interest.  I'm not going to paste it hear since it's binary and not very 
readable.  Looking at the binary data it looks like Ajp might be choking 
because Siteminder sends some very long header fields.

java.lang.NumberFormatException
        at org.apache.tomcat.util.buf.Ascii.parseInt(Ascii.java:188)
        at org.apache.tomcat.util.buf.ByteChunk.getInt(ByteChunk.java:439)
        at org.apache.tomcat.util.buf.MessageBytes.getInt(MessageBytes.java:565)
        at org.apache.ajp.Ajp13.decodeRequest(Ajp13.java:393)
        at org.apache.ajp.Ajp13.receiveNextRequest(Ajp13.java:309)
        at org.apache.ajp.tomcat4.Ajp13Processor.process
(Ajp13Processor.java:339)
        at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:424)
        at java.lang.Thread.run(Thread.java:484)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to