Menu

#2 Problems with JDK 1.4.x

v1.0_(example)
closed-fixed
None
9
2003-10-20
2003-10-20
No

Reading client requests causes an error with JDK 1.4.x
when the built-in XML parser is used.

Discussion

  • Stefan Denninger

    Logged In: YES
    user_id=809090

    Problem was that with JDK 1.4.x the java.net.URL class
    writes HTTP headers in upper case format. The XCP Server
    expected them to be in lower case. The XCP server now treats
    HTTP headers in a case insensitive way (should have done
    that from the beginning ...). The bugfix is available in CVS
    and will be delivered with next release.

     
  • Stefan Denninger

    • status: open --> closed-fixed
     

Log in to post a comment.