Thread Rating:
  • 369 Vote(s) - 2.65 Average
  • 1
  • 2
  • 3
  • 4
  • 5
anchor issue
06-24-2012, 11:57 AM,
#2
RE: anchor issue
The trouble with anchors is that many browsers have (in the past anyway) behaved very badly when URLs to non-HTML pages had anchors, and especially when file: Urls had anchors. So the code strips off the anchor and then has special code to make it take effect for Curl applets.
There might be a way to double encode the anchor and get it to work, but there may not be, you can experiment. This issue was the collateral damage for getting browsing to Curl applets to work better.

Those two maybe-* parameters just make the code look for a # and a ? and if it finds those it skips
encoding starting at which ever of them is first. Setting either of them will not help your issue, because they make it encode less, not more. (Basically they can be used when encoding a string that might already be encoded, but doing that is kind of dangerous unless you know more about the state of the string.)


Messages In This Thread
anchor issue - by RobertShiplett - 06-10-2012, 07:36 AM
RE: anchor issue - by wbardwell - 06-24-2012, 11:57 AM
RE: anchor issue - by RobertShiplett - 06-26-2012, 09:01 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  curl appserver rewrite rule issue? RobertShiplett 0 2,978 08-13-2012, 11:36 PM
Last Post: RobertShiplett
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('525')