Ticket #13 (closed defect: fixed)
OUT OF BUFFER SPACE for .NET viewstate
| Reported by: | joetanner | Owned by: | why |
|---|---|---|---|
| Priority: | major | Milestone: | 0.6 |
| Component: | component1 | Version: | 0.4 |
| Keywords: | Cc: |
Description
An 'OUT OF BUFFER SPACE' error shuts down my whole app when I try to parse through an aspx page with an abnormally (or normally?) large viewstate stuffed into an input. Here's what it looks like:
<input type="hidden" name="__VIEWSTATE" value="dDw3NzQ0ODQ2ODQ ... 11954 characters in total ... DsXdJfP+k" />
If I remove the large value it works fine. Is there a way hpricot could not exit when trying to parse a page like this?
Change History
Note: See
TracTickets for help on using
tickets.
