This website has been archived, it is working in read-only mode.

This website has been archived, it is working in read-only mode.

At least until jQuery Mobile 1.0 the handling of urls will not work with the Netweaver BSP urls. How to make jQuery Mobile work with BSP?

asked 07 Feb '12, 16:38

pedrolima's gravatar image

pedrolima ♦♦
1.1k232840
accept rate: 32%


The BSP urls are mangled with additional information. For example the url

http://myserver.com/sap/bc/bsp/example/page.htm

becomes something like

http://myserver.com/sap(bD1lbjZjPTgwMA==)/bc/bsp/example/page.htm

where the extra key in parentheses includes information on the SAP client, the logon language and other data.

The BSP urls are valid, the problem is with jQuery Mobile that internally does not work with parentheses in urls. This is an open issue and will probably be corrected soon. In the meantime there is a simple workaround in this patch.

Alternatively the patched versions of jQueryMobile are available to download in this repository.

permanent link

answered 07 Feb '12, 16:41

pedrolima's gravatar image

pedrolima ♦♦
1.1k232840
accept rate: 32%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×6
×4
×1
×1
×1

question asked: 07 Feb '12, 16:38

question was seen: 6,384 times

last updated: 07 Feb '12, 16:41