https://issues.apache.org/bugzilla/show_bug.cgi?id=48337

           Summary: Batik sends invalid accept header when requesting
                    images
           Product: Batik
           Version: 1.7
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Utilities
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When Batik requests an image via the <image> element, I am seeing an accept
request header like this:

image/png,image/jpeg,image/jpg,image/tiff,image/tif,image/gif,[Ljava.lang.String;@f429d7;

Note the Java "string array" stuck on the end. This gives my
Jersey/JAX-RS-based web service fits because it automatically calls the header
invalid and returns 400 bad request.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to