Side navigation
#9799 closed enhancement (invalid)
Opened July 11, 2011 06:57PM UTC
Closed July 30, 2011 07:48AM UTC
"/a" in jQuery.support causing 404's.
Reported by: | simonkurtz@gmail.com | Owned by: | simonkurtz@gmail.com |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | support | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If I understand correctly, jQuery.support checks for hrefNormalized (line 1174) to ensure what is placed in an a-tag's href attribute is also what is retrieved. I understand that IE may alter that to return a full URL rather than just the href attrib in itself.
It appears that somehow requests are made to this as we see 404s to "www.foo.com/a". If this "link" simply exists to check for hrefNormalized, would it make sense to add a 'rel="nofollow"' in the a-tag? I may not understand the situation entirely, but that seemed plausible to me.
Many thanks for a reply.
Attachments (0)
Change History (4)
Changed July 11, 2011 07:19PM UTC by comment:1
owner: | → simonkurtz@gmail.com |
---|---|
status: | new → pending |
Changed July 12, 2011 10:46AM UTC by comment:2
Hi ajpiano,
I don't believe I can easily recreate as the dependency is a crawler or agent. For instance, we use Keynote monitoring for system availability, and a request to "/a" is something they actually have to exclude from their testing in order not to throw 404s. I'm sorry I am unable to provide more detail, but perhaps there are others in the community, who have run into this.
Changed July 15, 2011 01:43PM UTC by comment:3
component: | unfiled → support |
---|---|
milestone: | None → 1.next |
priority: | undecided → low |
Changed July 30, 2011 07:48AM UTC by comment:4
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket! Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, we've created this boilerplate: http://jsfiddle.net/rwaldron/da3nM/ Open the link and click to "Fork" in the top menu.