ratcashdev / authenticroast

Automatically exported from code.google.com/p/authenticroast
1 stars 0 forks source link

Browser realm prompt is hardwired for BasicAuthenticator #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This should be available via an overridable method, e.g. getRealmName().

Original issue reported on code.google.com by EsmondP...@gmail.com on 17 Nov 2010 at 5:58

GoogleCodeExporter commented 9 years ago

    /**
     * Return the realm name shown at the browser popup dialog.
     * For backward compatibility reasons this has a very strange default.
     * Derived classes should override.
     *
     * @return the realm name shown at the browser popup dialog.
     */
    protected String    getRealmName()
    {
        return "MediaAssetFinder DAV";
    }

Original comment by EsmondP...@gmail.com on 17 Nov 2010 at 6:00

GoogleCodeExporter commented 9 years ago
Fixed. This authenticator was originally developed for usage in just one 
product and that realm just snuck in.

Original comment by aike.som...@gmail.com on 17 Nov 2010 at 7:20