An ip page with leading zero in an octet cannot be access
Found on [1], but normalized on [2]. Try to visit on de.wp: [3]
It is possible to remove this normalization?
Or should it stay? I can move them with the page id (over api), but would be nice to have a maintenance script to clean up all wikis on wmf and third party wikis with update.php when it stay.
[1] https://de.wikipedia.org/w/api.php?action=query&list=allpages&apfrom=128.220.231.02&apnamespace=2&aplimit=1
Content:
{
"batchcomplete": "",
"continue": {
"apcontinue": "128.220.231.4",
"continue": "-||"
},
"query": {
"allpages": [
{
"pageid": 6402918,
"ns": 2,
"title": "Benutzer:128.220.231.02"
}
]
}
}[2] https://de.wikipedia.org/w/api.php?action=query&titles=Benutzer:128.220.231.02&prop=info
Content:
{
"batchcomplete": "",
"query": {
"normalized": [
{
"from": "Benutzer:128.220.231.02",
"to": "Benutzer:128.220.231.2"
}
],
"pages": {
"-1": {
"ns": 2,
"title": "Benutzer:128.220.231.2",
"missing": "",
"contentmodel": "wikitext",
"pagelanguage": "de",
"pagelanguagehtmlcode": "de",
"pagelanguagedir": "ltr"
}
}
}
}