You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 336 moved from a Google Code project.
Added by 2011-05-06T04:25:34.000Z by MeBigFat...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Medium, v1.0rc2
Original description
the toArray() method without a prototype returns an Object[].
But the code casts it to a OHttpSession[] which throws class cast exceptions.
Changed use of toArray to the one that passes a prototype to get the right type of array created.
The text was updated successfully, but these errors were encountered:
This is Issue 336 moved from a Google Code project.
Added by 2011-05-06T04:25:34.000Z by MeBigFat...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Medium, v1.0rc2
Original description
The text was updated successfully, but these errors were encountered: