Skip to main content

Transfer parameters in urlencoded requests cause NullPointerException on request to DataURL

Martin Bonato
Published on: 12/10/2009 Discussion Archived

When a transfer parameter is included in a application/x-www-form-urlencoded request submitting the response to the DataURL server results in a NullPointerException.



Version1.2.x
Severitynormal
ComponentBKUCommon
Operating SystemAll
ProductOSF/1
HardwareOSF/1
ResolutionFixed
Fixed in Revisiontrivial

Category

Bugs

Comments

Martin Bonato Mon, 12/10/2009 - 19:55
The character encoding of transfer parameters is now assumed as UTF-8. This allows for application/x-www-form-urlencoded parameters (as described in http://www.w3.org/TR/html40/appendix/notes.html#non-ascii-chars) and for multipart/form-data encoded parameters with no character set specified. In the later case the default character set is US-ASCII, which may be decoded with UTF-8 properly. Fixed in r522.
Login or create an account to comment.