Tagged Questions
The canonicalization tag has no wiki summary.
17
votes
3answers
668 views
my ideal cache using guava
Off and on for the past few weeks I've been trying to find my ideal cache implementation using guava's MapMaker. See my previous two questions here and here to follow my thought process.
Taking what ...
8
votes
5answers
358 views
How to cryptographically hash a JSON object?
The following question is more complex than it may first seem.
Assume that I've got an arbitrary JSON object, one that may contain any amount of data including other nested JSON objects. What I ...
5
votes
2answers
171 views
Windows: How to canonicalize a file to the special folder?
i want to to persist some filenames for the user (e.g. recent files).
Let's use six example files:
c:\Documents & Settings\Ian\My Documents\Budget.xls
c:\Documents & Settings\Ian\My ...
4
votes
2answers
457 views
How to correctly canonicalize a URL in an ASP.NET MVC application?
I'm trying to find a good general purpose way to canonicalize urls in an ASP.NET MVC 2 application. Here's what I've come up with so far:
// Using an authorization filter because it is executed ...
3
votes
1answer
219 views
Create NodeList of all Document nodes manually
I currently generate a NodeList of all the Document nodes (in document order) manually. The XPath expression to get this NodeList is
//. | //@* | //namespace::*
My first attempt for walking the DOM ...
3
votes
5answers
134 views
Canonical tags and UTF8
Would the following 2 canonical link tags be viewed by spiders as pointing to the same URL?
<link rel="canonical" href="http://www.example.com/ŷ" /> - encoded
<link rel="canonical" ...
2
votes
1answer
111 views
How to implement a canonicalizing mapping in Java?
I am currently rolling my own little ORM, and find myself faced with the task of creating a canonicalizing mapping in order to prevent loading the same entity from the database more than once.
My ...
2
votes
2answers
125 views
How to canonicalize WSDL files in Java?
I need to find differences in two WSDL files. I started by pretty-printing them like here, but I see there are same things (e.g. complexTypes) in the two files defined (for whatever stupid reason) in ...
2
votes
2answers
167 views
Canonicalization in Rails - routing or .htaccess?
I have a site that is about to launch and a request for URL Canonicalization has been made. I want to know what is the best way to have all requests for http://www.example.com to permanently redirect ...
2
votes
1answer
132 views
DKIM verification and canonicalization of leading double dots
Just wondering how can I properly verify my DKIM signature? Especially using popular service like Gmail, Yahoo Mail or Hotmail (if it supports DKIM)?
Also, when transfer email as quoted printable in ...
2
votes
4answers
806 views
How To Use XmlDsigC14NTransform Class in C#
I am trying to canonicalize an xml node by using System.Security.Cryptography.Xml.XMLDsigC14nTransform class of c# .net Framework 2.0.
The instance expects three different input types, NodeList, ...
2
votes
2answers
60 views
Compare URIs for a search bot?
For a search bot, I am working on a design to:
* compare URIs and
* determine which URIs are really the same page
Dealing with redirects and aliases:
Case 1: Redirects
Case 2: Aliases e.g. www
Case ...
2
votes
2answers
918 views
Generating an XML document hash in C#
What's the best way to go about hashing an XML document in C#? I'd like to hash an XML document so that I can tell if it was manually changed from when it was generated. I'm not using this for ...
1
vote
1answer
50 views
Is there a way I can find the canonical domain name for a list of websites?
I'm working on a page tracking web app and I'd like to get the canonical domain for a list of sites. As far as I know there is no good way of telling where a site's ownership of subdomains and top ...
1
vote
1answer
31 views
Matching URLs with normalisation/canonicalisation
I found this solution to normalise and match equal URLs but I want to know if there is anything more elegant, doesn't PHP have a URL normalising function?
function urlMatch($url1, $url2)
{
// ...
1
vote
1answer
30 views
piping two sax parsers?
I have the following implementation task and I have no good idea how to solve it.
We have a SAX-based syntax-checker for a xml format that checks a hashsum in some closing endElement(). This hashsum ...
1
vote
2answers
76 views
Removing default.aspx from the url in ASP.NET 2005
I have a app that is setup on IIS 6.0. We are having trouble with Search Engine optimization with the default.aspx page.
For Example when I type www.xxxxxx.com/default.aspx it should redirect to ...
1
vote
1answer
207 views
XML Digital Signature with Inclusive Canonicalization
I am trying to implement a routine for XML Digital Signature, and I am able to correcty calculate the hash of the information to be signed. However, I am facing problems with the signature itself, ...
1
vote
1answer
567 views
Java: XML canonicalization
What's the easiest way to make a canonical form of a XML file in Java? Do you have some done code for that? I've found several links on the net, like this, this, and this, but I can't make it to work ...
1
vote
1answer
482 views
handling carriage return in canonicalization with java
I am trying to canonicalize an html text node by com/sun/org/apache/xml/internal/security/c14n/Canonicalizer.java class. My input file has carriage return and a line feed at the end. Upon ...
1
vote
1answer
930 views
Wordpress auto-generated “canonical” links - how to add a custom URL parameter?
Does anyone know how to modify the Wordpress canonical links to add a custom URL parameter?
I have a Wordpress site with a page that queries a separate (non-Wordpress) database. I passed the URL ...
1
vote
2answers
979 views
Which is the proper XML exclusive canonicalization?
I'm using xmlseclibs to try and sign a SOAP document, but it does not seem to canonicalize things in the same way depending on whether I'm signing or validating.
I'll give you an example. This is the ...
1
vote
1answer
623 views
CAT.NET “Sanitize the file path prior to passing it to file system routines” message
I'm analyzing my code (C#, desktop application) with CAT.NET Code Analysis and getting "Sanitize the file path prior to passing it to file system routines" message when dealing with file names.
What I ...
0
votes
0answers
10 views
protect against canonicalization and traversal attacks
Yesterday I read about canonicalization and traversal attacks in asp.net
this is what I understood . correct me if sth is wrong
1- these attacks are done by adding prefixes like ../ or ..\ and their ...
0
votes
0answers
84 views
Canonical URLs with Nginx
We're working on removing the directory index files from our URLs to clean things up and provide more consistency to improve our SEO.
However, I'm not familiar with how to take care of this in Nginx.
...
0
votes
1answer
87 views
XML Canonicalization returns empty elements in the transformed output
I have a related post asking how to select nodes from an XmlDocument using an XPath statement.
The only way I could get the SelectNodes to work was to create a non default namespace "x" and then ...
0
votes
1answer
85 views
Using Xpath With Default Namespace in C# for Canonicalisation
I'm trying to apply the C14N transform to some generated XML. It appears I can't use LINQ to retrieve the nodes to perform the canonicalisation so I have to go 'old school' with the DOM but I think ...
0
votes
1answer
140 views
Does a rel=canonical link remove all SEO value from the page?
Here'y the story: I have a website for a local company that publishes quality content to an on-site blog. We're expanding to a new geographic region, and I'm in the process of building another website ...
0
votes
2answers
60 views
Python Extensionless URLs with out mod_rewrite
I am currently porting over a website from php to python. The php web app is using extenionless urls by using
DefaultType application/x-httpd-php
Is there something like this that I can do for ...
0
votes
1answer
178 views
Nginx URL canonicalization and Subdomains
We have nginx sitting in front of apache with django deployed.
nginx has a rule for url canonicalization. All non-www urls are redirected to www with the below rule
server {
listen 80;
server_name ...
0
votes
2answers
291 views
UrlRewriter.net redirect non-www to www
How do I create an UrlRewriter.net redirect rule to redirect non-www pages to www?
I have found htaccess and ISAPI examples, but cannot find the proper regex rule for UrlRewriter. For example, this ...
0
votes
1answer
126 views
Creating canonical search result URLs with mod-rewrite
I have a search engine on my site with two search parameters, location and query. I want to show the results on a page with the canonical URL of /search/location/query.
I tried aiming the search at a ...
0
votes
2answers
242 views
XML Canonicalizer Problem
I'm using the package org.apache.xml.security.c14nfor the canonicalization of XMLs. I use the following code:
private String CanonicalizeXML(String XML) throws InvalidCanonicalizerException, ...
0
votes
2answers
126 views
RewriteRule: Redirect old paths to archive server and canonicalize to non-www domain?
I am moving the old server to archive.example.com, and the new server will continue to run on example.com while all www URLs are canonicalized to either example.com or archive.example.com and should ...
0
votes
1answer
121 views
Beautified URLs uglified by Google
I have a little problem that's been bothering me for the last few months.
First the good news: with the help of the massive SO community I was able to rewrite my ugly URLs into nice ones, e.g. ...
0
votes
2answers
357 views
need help canonicalizing an HTTP GET form in asp.net mvc
I have a form in an asp.net mvc site that serves 3 purposes: paging, sorting, and searching. These items should all be rendered in the same form, since returning the correct search results depends on ...
0
votes
2answers
153 views
How to fix URL canonicalization with .htaccess?
I wan't the server to always redirect my URL's to format as "http://www.domain.com", even if the user write just "domain.com".
I could find some examples of this on the web, but I already have some ...
0
votes
1answer
210 views
SEO Canonical Issue resolution on iis
i have a site running on IIS that i have Canonical Issue with.
the error is:
The page with URL "http://www.site.org/images/join_forum.gif" can also be accessed by using URL ...
0
votes
1answer
118 views
Canonical Link Code - Need 2 Refactored Versions - Remove Param / Query Strings
function canlink() {
echo '<link rel="canonical" href="http://' . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] . '" />';
}
Need one version that removes just & and everything after ...
0
votes
2answers
1k views
Generate canonical / real URL based on base.href or location
Is there a method/function to get the canonical / transformed URL, respecting any base.href setting of the page?
I can get the base URL via (in jQuery) using $("base").attr("href") and I could use ...
0
votes
1answer
478 views
How to Canonicalize a Stax XML object
i want to Canonicalize a Stax object, the program it's doing it with DOM, but dom can't manage big XML documents (like 1GB), so STAX it's the solution.
The Code that i have it's:
File file=new ...
0
votes
1answer
796 views
verifying a WCF signed SOAP message
I have a problem verifying a SOAP message timestamp and body.
Before starting to write any code I'm trying to verify it by myself, these are the steps I followed to verify the timestamp:
1) Extract ...