#57989 closed defect (bug) (invalid)
6.2 broken "Requests" due to private methods - useless extends
Reported by: | kkmuffme | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | HTTP API | Keywords: | |
Focuses: | Cc: |
Description
Since the change of "Requests" to namespace in 6.2 the old Requests is not working at all anymore.
There is an "extends" there in code, however the constructor,... is all private, so it's not available in the extended (old/deprecated) class.
The method would have to be changed to protected for the "extends" to make any sense
Change History (4)
Note: See
TracTickets for help on using
tickets.
As this ticket has been closed, I'm removing
trunk
as theVersion
to clear Report 40 of defects reported againsttrunk
.