Opened 13 years ago
Closed 13 years ago
#428 closed defect (fixed)
Service - urlAppend should replace existing parameters
Reported by: | adube | Owned by: | adube |
---|---|---|---|
Priority: | major | Milestone: | 1.4.0 |
Component: | server | Version: | trunk |
Keywords: | bis-1.4.0 | Cc: |
Description
The core Service.php 'urlAppend' method currently doesn't validate if one of the parameters to append already exists in the url.
Make the according fix.
Change History (3)
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
No all url have "scheme", "host" and even "query" elements. Make the according validations too.
Note:
See TracTickets
for help on using tickets.
Fixed in r1344.