简体   繁体   中英

Weblogic returning http response starting with 0000

we have a web-application for which sometimes weblogic returns HTML page starting with 0000 and hence browser is not able to render it properly.

This is working fine when we have deployed the same application in JBoss.

Any help will be highly appreciated

I know that is old ticket, but since there was no solution posted and it happened to me today, I would like to share our fix.

In our case(Spring boot app deployed in Weblogic) the solution was that for every put request we return 204 'Accepted' and not 202 'No content'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM