Closed
Bug 334190
Opened 19 years ago
Closed 15 years ago
Event var_decl: Declared variable "array" without initializer in EncodeArray
Categories
(Core Graveyard :: Web Services, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: timeless, Unassigned)
References
()
Details
(Whiteboard: [sg:investigate])
i'm not sure how possible it is to convince the soap code to make a 0 sized array. but if it's possible, and given things, it might be. then we're probably attackable.
Comment 1•19 years ago
|
||
It seems that distinction is done between empty and null and that empty array should be represented by specifying 0 as dimension :
http://docs.jboss.org/jbossas/javadoc/4.0.2/org/jboss/axis/encoding/ser/ArraySerializer.java.html (refers to apache Axis included in JBoss).
Is there any trouble with that in current impl ?
Updated•19 years ago
|
Whiteboard: [sg:investigate]
Comment 2•15 years ago
|
||
The SOAP code has been removed.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Updated•13 years ago
|
Group: core-security
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•