Why in Firefox 35 the URL sequence \] is being transformed in "%"5D?

We have an application that receives an enconding URL having the ] char. On Firefox 35 it is encoded into "%"5D which is causing us trouble decoding the url.
Can you provide details on why this modification was held?
Thanks and regards,
Tito

Those square brackets are unsafe characters and thus are escaped by Firefox.
See Unsafe:
*http://www.ietf.org/rfc/rfc1738.txt

Similar Messages

  • Why doesn't the URL change in the Wonder Bar when I change tabs, or when I navigate to pages within the site?

    Just upgraded to 5.0
    The URL in the WOnder Bar doesn't change when I switch from one tab to next.
    For instance, I'm currently on this page, but I don't see the URL. What I see in the wonder bar is the last url I typed in: mailchimp.com.
    Also, sometimes I get "new Tab" and when I type the URL, the Title tag does not come up on the tab, it stays as "new tab."
    SOmetimes I click on a link and FireFox page comes up blank

    There have been a couple of different extension that have caused that problem. You'll need to do a little troubleshooting to determine which of your extensions is causing that.
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Why doesn't the url for a page not show when I open a 2nd firefox window?

    Whenever I open another Firefox window, the address bar is blank. If I type in an address, it'll navigate to the site but all subsequent sites will not be reflected in the address bar.
    Also, why is there an orange "Firefox pull down menu" always on these secondary windows?

    Does the problem occur when you run in Firefox [[Safe Mode]]? If not, then see the [[Troubleshooting extensions and themes]] article for help finding the cause of the problem.
    On the orange Firefox "pull down menu" menu, do you mean the [[How do I get the Firefox Button?|Firefox Button]] that replaces the Menu Bar (at the top left of each Firefox window) or something else?

  • Air for iOS, why isn't the setting for device being remembered?

    in flash CC with air3.7 and air3.8, everytime i open the general tab in the air for ios settings, the device is marked as iphone and ipad. i change it to iphone only, close the settings, save the file. when i open the settings again, i have to click on the general tab and the device is set back to iphone and ipad.
    i consider this a bug. this has never happened in any other version of air. i had to reject an apple binary when i noticed it was set to be a universal app, which it isn't, and had i not caught the error, i would've been waiting only to be rejected by apple...
    how can this be fixed? thanks

    iOS 7 apparently requires at least 512MB of RAM. The fourth generation iPod touch only has 256MB, and therefore won't get it.
    (89510)

  • I no longer see the URL of any website so can't copy and past URLs into any emails, etc. Is there some setting to make URLs visible? when I updated, the URLs disappeared. I'm on a MacBook.

    When I updated to the latest version of Firefox, the URLs disappeared so they are no longer visible at the top of the Firefox page. I can enter sites, but I can't copy and past the URLs anymore. Why can't I see the http://... info anymore? Is there some setting I changed or what might be the problem?
    thanks.
    TVDoc

    Try this:
    Click on the orange Firefox tab > Highlight Options > click Navigation Toolbar.

  • Is there a way to prevent chaging an application ID in the URL

    Environment
    APEX 3.1.00.09 on AIX 5.3
    I had a question posed to me from our middleware person concerning changing the URL by a user.
    We have an outward facing APEX application, say ID 100, that uses a reverse proxy inside the firewall to point to the actual server hosting the APEX application. When a user enters the URL given to them for this application the login screen pops up just as planned. When the user now types over the application number in the URL he is taken to the login screen of a different application hosted on that same server.
    The question is: How can I do either or both of the following:
    1- prevent the user from over-typing the application ID in the URL or
    2- when the user does type over the application ID he/she is redirected back to the desired application, in this case ID 100
    This is the only outward facing application we have at the moment but I can foresee more coming.
    Thanks very much in advance for your help.
    -gary

    Hi Scott and others
    Our Middleware Admin has some additional information and the same question. He is the expert on this project and I'm the messenger.
    <b>I've also forgotten the HTML tag to retain the spacing of his output. If someone will remind me I'll go back and put it in. Thx! :-) </b>
    ===============
    Issue: Need help in restricting access to single application URL
    Background/setup:
    We currently have the following setup in our environment and trying to expose a single URL to the internet.
    [Internet]-à[Firewall] -à [Apache Web Server as proxy] à [OHS + Apex running on same server]
    [SERVER1] [SERVER2]
    I have defined a virtual host on Apache Web Server residing on [SERVER1] which communicates with a virtual host defined on OHS on [SERVER2].
    When I try to access this URL ( http://servername.com/pls/apex/f?p=150:4) from outside it works fine, but if I change the number in the URL to (http://servername.com/pls/apex/f?p=160:5), it is exposing other applications. I tried to define some rewrite rules but they seem to be too restrictive or just don’t do the job.
    I was hoping if someone can help with me any valuable suggestions in getting past this issue. I masked some of the IP/server name information for security reasons.
    These are the error messages in the error_log which shows how the URL’s are being served:
    Error_log from proxy server [SERVER1]
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(109): proxy: HTTP: canonicalising URL //test.servername.com:7781/pls/apex/wwv_flow.accept
    [Fri Aug 14 13:01:03 2009] [debug] mod_proxy.c(459): Trying to run scheme_handler
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1570): proxy: HTTP: serving URL http://test.servername.com:7781/pls/apex/wwv_flow.accept
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(228): proxy: HTTP connecting http://test.servername.com:7781/pls/apex/wwv_flow.accept to test.servername.com:7781
    [Fri Aug 14 13:01:03 2009] [debug] proxy_util.c(1139): proxy: HTTP: fam 2 socket created to connect to test.servername.com
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(377): proxy: socket is connected
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(411): proxy: connection complete to 192.168.21.80:7781 (test.servername.com)
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1396): proxy: start body send
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1456): proxy: end body send
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(109): proxy: HTTP: canonicalising URL //test.servername.com:7781/pls/apex/f
    [Fri Aug 14 13:01:03 2009] [debug] mod_proxy.c(459): Trying to run scheme_handler
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1570): proxy: HTTP: serving URL http://test.servername.com:7781/pls/apex/f?p=150:4:815505233054690 -à I can change the highlighted value and go to a different app.
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(228): proxy: HTTP connecting http://test.servername.com:7781/pls/apex/f?p=150:4:815505233054690 to test.servername.com:7781
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(310): proxy: keepalive address match (keep original socket)
    [Fri Aug 14 13:01:03 2009] [info] [client 10.126.105.20] [3087d398] SSL0240I: SSL Handshake Failed, Socket has been closed.
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1396): proxy: start body send
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1456): proxy: end body send
    Access_log from the OHS server when I access the URL and login[SERVER2}
    10.126.105.12 - APEX_PUBLIC_USER [14/Aug/2009:13:01:03 -0400] "POST /pls/apex/wwv_flow.accept HTTP/1.1" 302 5 -à My rewrite rules seem to restrict this.
    10.126.105.12 - APEX_PUBLIC_USER [14/Aug/2009:13:01:03 -0400] "GET /pls/apex/f?p=150:4:815505233054690 HTTP/1.1" 200 7812
    10.126.105.12 - APEX_PUBLIC_USER [14/Aug/2009:13:01:49 -0400] "POST /pls/apex/wwv_flow.accept HTTP/1.1" 302 5à -à My rewrite rules seem to restrict this.
    10.126.105.12 - APEX_PUBLIC_USER [14/Aug/2009:13:01:49 -0400] "GET /pls/apex/f?p=150:3:815505233054690::NO HTTP/1.1" 200 50109
    Virtual Host Definitions:
    Proxy Server:[SERVER1]
    <VirtualHost *>
    ServerName servername.com
    ServerAlias servername
    <Proxy *>
    Order deny,allow
    Allow from all
    </Proxy>
    ProxyRequests Off
    RewriteEngine on
    RewriteRule ^f?p([0-9][0-9][0-9])(:*)$ /pls/apex/f?p=150:4 [R,L]
    RewriteRule ^/$ /pls/apex/f?p=150:4 [R,L]
    ProxyPass /pls/apex http://test.servername.com:7781/pls/apex
    ProxyPassReverse /pls/apex http://test.servername.com:7781/pls/apex
    ProxyPass /i http://test.servername.com:7781/i/
    ProxyPassReverse /i http://test.servername.com:7781/i/
    ProxyPass /apex http://test.servername.com:7781/apex/
    ProxyPassReverse /apex http://test.servername.com:7781/apex/
    ProxyPreserveHost on
    RewriteEngine on
    </VirtualHost>
    OHS Server:[SERVER2]
    NameVirtualHost IPADDRESS:80
    <VirtualHost IPADDRESS:80>
    ServerName test.servername.com
    <IfModule mod_rewrite.so>
    RewriteRule ^pls/apex/f?p=([0-9][0-9][0-9]):(.*)$ /pls/apex/f?p=150:4 [L,R]
    </IfModule>
    </VirtualHost>
    =======================
    </code>

  • What does the URL mean -- p?n=#ID#

    Hi,
    I was going through the File Upload tutorial in the Developer Guide,
    we give a url to download the file which is as follows
    p?n=#ID#
    Can someone explain why we give the URL as above, what does 'p' in the URL mean.
    Is there some kind of APEX built in logic to treat 'n' as the file ID,I tried changing the parameter name from 'n' to 'test' and the download functionality did not work.
    Please let me have an understanding of the same.
    Thanks.
    Regards,
    Kartik

    Connect to your database in SQL*Plus as any user.
    SQL> desc p
    PROCEDURE p
    Argument Name                  Type                    In/Out Default?
    N                              VARCHAR2                IN     DEFAULT
    P_MIME_TYPE                    VARCHAR2                IN     DEFAULT
    P_INLINE                       VARCHAR2                IN     DEFAULTThis tells you that it's a procedure with parameters like N, and yes, N is the file ID in the documents table. There is actually a public synonym named P to a procedure named P in the Application Express product schema.
    Scott

  • I have Firefox 6.0 running under Windows XL. When I forward an email with a URL in it, my recipients tell me the URL is not highlighted and they have to cut and paste it into their browser. Why? How can I get my forwarded URLs to be highlighted?

    I have Firefox 6.0 running under Windows XL. When I forward an email with a URL in it, my recipients tell me the URL is not highlighted and they have to cut and paste it into their browser. Why? How can I get my forwarded URLs to be highlighted?

    If you think getting your web pages to appear OK in all the major browsers is tricky then dealing with email clients is way worse. There are so many of them.
    If you want to bulk email yourself, there are apps for it and their templates will work in most cases...
    http://www.iwebformusicians.com/Website-Email-Marketing/EBlast.html
    This one will create the form, database and send out the emails...
    http://www.iwebformusicians.com/Website-Email-Marketing/MailShoot.html
    The alternative is to use a marketing service if your business can justify the cost. Their templates are tested in all the common email clients...
    http://www.iwebformusicians.com/Website-Email-Marketing/Email-Marketing-Service. html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Why does Firefox remove the URL from the query string?

    Hello there,
    I've writing a servlet to read data from a file stored on a server. I'm using an HTTP <INPUT TYPE=file > element to locate the file to be read. When I run the servlet using IE as the browser it works fine. When I try running it using Firefox, the path to the file is not included in the query string. The full URL to the file shows up in the file input text field but then mysteriously disappears from the query string. Without the path, the servlet can't locate the file and the servlet fails. How do I get Firefox to include the path in the query string or is there some other workaround for this problem. I want my servlet to work on all types of browsers.
    thanks,
    grant

    Well you may also ask it the other way. Why does Microsoft send the full path file with the input type="file" component?
    The purpose of this control is to upload a file from the client to the server. That file is sent with the request.
    It does not allow you to browse server files at all. Most probably you are working on your developer machine where the client IS the server, so it works right now.
    It won't once they're seperate.
    <input type="file"> is the wrong tool to use to browser the server. You need to write your own html pages to do that.
    Cheers,
    evnafets

  • I have firefox 7.0 and i go to about:config and change the URL default from bing to google but when i close firefox an open it back up it changes back to bing why is this?

    I have firefox 7.0 and i go to about:config and change the URL default from bing to google but when i close firefox an open it back up it changes back to bing why is this? I stand by google 100% and if ur gonna make it where i can't use google as the URL's seach engine then i will uninstall it.

    The default of the pref network.http.max-connections has been increased from 30 to 256 in Firefox 6+ versions.
    Try to decrease the value of the pref <b>network.http.max-connections</b> from 256 to 30 as used in Firefox 3 versions.
    *https://support.mozilla.com/kb/Firefox+never+finishes+loading+certain+websites
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Why does firefox 4 incorrectly validate the url input?

    Why does Firefox 4, HTML5 validation for URL input elements require the http:// prefix?
    Is there a way around it?

    The arrow to open the tab history of the Back and Forward buttons has been removed in Firefox 4.
    Use one of these methods to open the tab history list:
    * Right click on the Back or Forward button
    * Hold down the left mouse button on the enabled Back or Forward button until the list opens
    You can look at this extension:
    * Backward Forward History Dropdown: https://addons.mozilla.org/firefox/addon/backforedrop/

  • Why can't I see the URL in the address bar when I click on a hyperling, as opposed to typing in a URL? I send a lot of links, but if I can't copy and paste them from your address bar I'll have to abandon Firefox and use another browser.

    I just gave you the details. When I click on a hyperlink, the URL of the site/page is not in the address box at the top of the page.

    Type '''about:config''' in the Location (address) bar and press the "Enter" key. When you see a warning, click '''I'll be careful, I promise!''' button.
    -> In the '''Filter bar''', type '''browser.urlbar.formatting.enabled'''
    * Right click the preference '''browser.urlbar.formatting.enabled''' and click '''Toggle'''
    * The value is now set to '''False'''
    -> In the '''Filter bar''', type '''browser.urlbar.trimURLs'''
    * Right click the preference '''browser.urlbar.trimURLs''' and click '''Toggle'''
    * The value is now set to '''False'''
    -> Close the '''about:config''' tab and then Restart Firefox.
    Check and tell if its working.

  • If I want to open the same website in a second tab and press Ctrl+T and start typing the website title or URL, why does Firefox 4 insist on switching to the first tab? Is it possible to turn this off?

    I regularly need to open the same website in two tabs, to be able to view changes made between opening the first and second tabs. In Firefox 3.x I could press Ctrl+T and start typing the website title or URL, which would be auto-completed by Firefox. This enabled me to quickly open the same website in a second tab. Firefox 4 does not do this, instead it wants me to switch to the existing tab. This is not what I need.
    Of course it is possible to open the same website in a second tab via e.g. a bookmark, but this takes more time and effort. It would be great if I could select Firefox's behavior in this situation.

    To create a duplicate of an existing tab in Firefox 4, do one of the following:
    *middle-click the icon on the left end of the URL/Location/Address Bar
    *hold down the Ctrl key and drag the tab until a small arrow appears at the border between tabs, then release the mouse button, then release the Ctrl key.
    <br />
    <br />
    You have multiple Java Console extensions because Java did not clean up after itself when updating; Firefox button > Add-ons > Extensions OR, using the Menu Bar, Tools > Add-ons > Extensions:
    *Java Console 6.0.17, Java Console 6.0.19, Java Console 6.0.20, Java Console 6.0.21, Java Console 6.0.22, Java Console 6.0.23
    Using the instructions here:
    *http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    you can delete the following folders:
    *{CAFEEFAC-0016-0000-00'''''17'''''-ABCDEFFEDCBA}
    *{CAFEEFAC-0016-0000-00'''''19'''''-ABCDEFFEDCBA}
    *{CAFEEFAC-0016-0000-00'''''20'''''-ABCDEFFEDCBA}
    *{CAFEEFAC-0016-0000-00'''''21'''''-ABCDEFFEDCBA}
    *{CAFEEFAC-0016-0000-00'''''22'''''-ABCDEFFEDCBA}
    *{CAFEEFAC-0016-0000-00'''''23'''''-ABCDEFFEDCBA}
    You can leave {CAFEEFAC-0016-0000-00'''''24'''''-ABCDEFFEDCBA}
    <br />
    <br />
    '''You need to update the following:'''
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"
    *Shockwave Flash 10.2 r152
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE

  • A Linux version fo Mozilla Firefox 6 Start Page states "The URL is not valid and cannot be loaded." - Why?

    Hi, My Linux Mint (a Debian/Ubuntu flavor) when first seen, the Mozilla Firefox 6 Start Page was great. However, when moving away to other sites and then clicking home the response was Alert - "The URL is not valid and cannot be loaded." Having trying everything (apart from using a large club!) I am lost. Any suggestions team? Mark

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    See also:
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • Why does Firefox warn me "The URL is not valid and cannot be loaded" on just about everysight that I go to including my MSN homepage

    When I open firefox and go to my home page I get The URL is not valid and cannot be loaded. This also happens when I access other pages. I click ok and then it opens up but I'm ready to go back to IE

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />
    <br />
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.<br />
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.<br />
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

Maybe you are looking for