Possible Duplicate:
Please prevent creation of tags that could trigger the IIS file extension filter
There’s a tag on SO [r.java] (created by this question) that can’t be browsed — the server just returns an empty 404 page.
There’s a tag on SO [r.java] (created by this question) that can’t be browsed — the server just returns an empty 404 page. |
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
this is a file extension issue. ASP.NET is refusing to serve a *.java file - same as if you wanted to check the tag soapi.cs on stackapps. I have covered this in another post over on stackapps - http://stackapps.com/questions/1380/ There are some very simple ways to handle this, but the issue has not gotten much attention. A workaround, posited by systempuntoout, is to append an underscore, http://stackoverflow.com/questions/tagged/r.java_ , as padding that will be converted to space and subsequently trimmed off AFTER the request gets past ASP.NET. |
|||||
|
|
I created the I didn't know this issue with Now I have renamed the tag to |
||||
|
|
[r.java-file]. – Jonas Nov 30 '10 at 14:04