[wp-trac] [WordPress Trac] #14629: Blogger importer HTTP 403 Invalid AuthSub token
WordPress Trac
wp-trac at lists.automattic.com
Tue Aug 17 20:05:20 UTC 2010
#14629: Blogger importer HTTP 403 Invalid AuthSub token
---------------------------+------------------------------------------------
Reporter: briancolinger | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Import | Version:
Severity: major | Keywords: has-patch
---------------------------+------------------------------------------------
The auth() method uses a preg_replace to strip non-alpha-numeric
characters from the token.
Google has changed the token format to include non-alpha-numeric
characters. This is what causes the 403 Invalid AuthSub token error.
I couldn't immediately find any info on what specific characters the
AuthSub token might contain. That is the reason for the wild card in the
preg_match.
If anyone else knows what characters should be allowed, please let me know
and I'll update the patch.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14629>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list