| Summary: | [JavaScriptLoader] Allow scripts to be loaded from other server | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tim Buschtoens <tbuschto> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | tbuschto |
| Version: | 2.2 | ||
| Target Milestone: | 2.2 M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Tim Buschtoens
Fixed in commit b0174a6ca3e3062501d23ec40343c7a6796564ed. This also renames Server.js to Connection.js, as it is closer to Connection.java. Another changed detail is also that the head part of the message (specifically the requestCounter) is processed after all other operations (on the client). This is because the requestCounter is used in Connection.js to determine if there is a running request (then it's -1). If the message processing is paused and the request counter was already updated, the client could theoretically already send a new request while the response isn't fully processed. |