Skip to content

Commit

Permalink
rename browser.htm to unsupported_browser.htm for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Sep 5, 2012
1 parent 418c622 commit ad42aed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cpp/server/ServerBrowser.cpp
Expand Up @@ -27,7 +27,7 @@ using namespace core;
namespace server {
namespace browser {

const char * const kBrowserUnsupported = "/browser.htm";
const char * const kBrowserUnsupported = "/unsupported_browser.htm";

bool supportedBrowserFilter(const http::Request& request,
http::Response* pResponse)
Expand Down
Expand Up @@ -20,7 +20,7 @@ public class BrowserFenceUnsupported implements BrowserFence
{
public void go(Command command)
{
String url = GWT.getHostPageBaseURL() + "browser.htm";
String url = GWT.getHostPageBaseURL() + "unsupported_browser.htm";
Window.Location.replace(url);
}
}
File renamed without changes.

0 comments on commit ad42aed

Please sign in to comment.