Rupert Westenthaler created STANBOL-1349:
--------------------------------------------

             Summary: Report BAD_REQUEST for Enhancer requests using 
"application/x-www-form-urlencoded"
                 Key: STANBOL-1349
                 URL: https://issues.apache.org/jira/browse/STANBOL-1349
             Project: Stanbol
          Issue Type: Bug
          Components: Enhancer
    Affects Versions: 0.12.0
            Reporter: Rupert Westenthaler
            Assignee: Rupert Westenthaler
             Fix For: 1.0.0, 0.12.1


Sending POST requests to the Stanbol Enhancer without specifying the 
Content-Type header will likely result in "application/x-www-form-urlencoded" 
to be used. As this header is also used by the Stanbol default UI the resulting 
exception is very wired

{code}
java.lang.IllegalArgumentException: The parsed byte array MUST NOT be NULL!
        
org.apache.stanbol.enhancer.servicesapi.impl.ByteArraySource.<init>(ByteArraySource.java:98)
        
org.apache.stanbol.enhancer.servicesapi.impl.ByteArraySource.<init>(ByteArraySource.java:65)
        
org.apache.stanbol.enhancer.servicesapi.impl.StringSource.<init>(StringSource.java:47)
        
org.apache.stanbol.enhancer.servicesapi.impl.StringSource.<init>(StringSource.java:37)
        
org.apache.stanbol.enhancer.jersey.resource.AbstractEnhancerUiResource.enhanceFromForm(AbstractEnhancerUiResource.java:120)
{code}

This issue will catch such requests and return a BAD_REQUEST with a description 
pointing to the missing "Content-Type" header



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to