06-07-2010 01:46 AM - edited 06-07-2010 11:35 AM
Dear All,
I need help about RenderingApplication/BrowserContent,
public Object eventOccurred(Event event) {
...
switch (eventId)
...
case Event.EVENT_REDIRECT :
RedirectEvent e = (RedirectEvent) event;
System.out.println("location: "+e.getLocation());
break;
...
}
I got problem when the redirected URL is case sensitive (for example, session ID in URL), the method getLocation() set the URL to lowercase, so the new page is Error because the session ID changed into all lowercase URL.
Does anyone know how to get the location address (e.getLocation()) without any change?
I need the address in case sensitive.
I have try this in Simulator (OS 4.6 & 5.0) and Real Device OS 4.6.
All the same, the URL changed into lowercase.
thank you.
06-08-2010 04:07 PM
Hello,
Anyone can help my problem?
about the lowercase setting for URL address inside RenderingApplication or BrowserContent.
Is there anyone from RIM can confirm, it is a feature? or bugs?
thank you.