Comment #1 on issue 9029 by stourwalk: Java not working in Dev build
http://code.google.com/p/chromium/issues/detail?id=9029

It appears that the URL that is being requested is wrongly constructed in  
the 2.0.170 development
build.

Notice the location of the jar file changes between browsers

Java console in Firefox 3.1 beta 3:

network: Cache entry not found [url:  
http://world113.runescape.***/loader_gl1570363258.jar,
version: null]
network: Connecting http://world113.runescape.***/loader_gl1570363258.jar  
with proxyIRECT
network: Connecting socket://world113.runescape.***:80 with proxyIRECT
network: Connecting http://world113.runescape.***/loader_gl1570363258.jar  
with cookie
"settings=kKmok3kJqOeN6D3mDdihco3oPeYN2KFy6W5--vZUbNA;
__utma=263125903.2387172545326358000.1237349257.1237349257.1237349257.1;
**u*mb=263125903.2.10.1237349257; **u***=263125903;
**u***=263125903.1237349257.1.1.u*mcsrdirect)|utm***direct)|utmcmdnone);
jagextimeout377=1237349256764"
network: Downloading resource:  
http://world113.runescape.***/loader_gl1570363258.jar

Java console in chrome:

network: Cache entry not found [url: http://world115.runescape.***/c=gqX-
Qwev4AU/m1/loader_gl1570363258.jar, version: null]
network: Connecting  
http://world115.runescape.***/c=gqX-Qwev4AU/m1/loader_gl1570363258.jar with
proxy=DIRECT
network: Connecting http://world115.runescape.***:80/ with proxy=DIRECT
network: Connecting  
http://world115.runescape.***/c=gqX-Qwev4AU/m1/loader_gl1570363258.jar with
cookie
"__utmz=263125903.1236809893.33.9.utmcsr=runescape.wikia.***| 
utm***=(referral)|utmcmd=referral|utm*
ct=/wiki/forinthry_bracelet; jagextimeout377=1237339514408;  
jagextimeout663=1237339550574;
jagextimeout1596=1237339552921; jagextimeout1595=1237339556667;  
settings=82B*1TLvGHfVdHRJyk3qNeu-
hDXdEskk7tNvgYb3OcM; session=Xh9l9***oZr-1AoHuP9b8*a1AbgWow****uHS*t9A38;
__utma=263125903.2813612595895342000.1235530058.1237348609.1237348884.45;  
**u***=263125903;
**u*mb=263125903.15.10.1237348884"
java***.FileNotFoundException: http://world115.runescape.***/c=gqX-
Qwev4AU/m1/loader_gl1570363258.jar

It appears that the /c={cookie} information is being inserted prior to the  
actual URL and not after
it - ie:

Connecting  
http://world115.runescape.***/c=gqX-Qwev4AU/m1/loader_gl1570363258.jar

should read

Connecting  
http://world115.runescape.***/m1/loader_gl1570363258.jar?c=gqX-Qwev4AU

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to