History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
)
Key:
SDK-15585
Type:
Bug
Status:
Community
Priority:
None
Assignee:
Joan Lafferty
Reporter:
Robert Csiki
Votes:
0
Watchers:
1
Operations
If you were
logged in
you would be able to see more operations.
Flex SDK
URLUtil.replacePort() not working well
Created:
05/16/08 03:50 PM
Updated:
05/16/08 03:50 PM
Component/s:
mx: General
Security Level:
Public
(All JIRA Users )
Severity:
Incorrectly Functioning
Reproducibility:
Every Time
Discoverability:
High
Found in Version:
SDK Flex 3 (Released)
Affected OS(s):
All OS Platforms - All
Steps to Reproduce:
« Hide
Steps to reproduce:
1. Issue the following call:
var newUri:String = URLUtil.replacePort("
http://localhost:4444
", 5555);
Actual Results:
newUri is set to "
http://localhost:5555http://localhost:4444
"
Expected Results:
newUri is set to "
http://localhost:5555
"
Workaround (if any):
Write your own method that does the right thing.
Show »
Steps to reproduce: 1. Issue the following call: var newUri:String = URLUtil.replacePort("
http://localhost:4444
", 5555); Actual Results: newUri is set to "
http://localhost:5555http://localhost:4444
" Expected Results: newUri is set to "
http://localhost:5555
" Workaround (if any): Write your own method that does the right thing.
Language Found:
English
Bugbase Id:
none
QA Owner:
Joan Lafferty
Participants:
Joan Lafferty
and
Robert Csiki
Browser:
Internet Explorer 6.x
JDK:
Sun 1.5.x
All
Comments
Sort Order:
There are no comments yet on this issue.