Skip to content

Authentication bug with IE11 #2046

Open
@bestconsultant

Description

@bestconsultant

Here is the case:

I create an application (parameters below), I push it on heroku. I create two users (A and B).
I open IE11 log in as A.
"Hello A" is displayed right on the bar.
Then I log out.
I login as B.
"Hello A" is displayed right on the bar.
I hit F5
"Hello B" is right displayed right on the bar.

For IE to work I had to modify Util.isSameOrigin() to return true always.
This needs to be tested several times as behaviour is inconsistent (ex. closing IE and reopening before executing the scenario).

Same scenario works flawless on Firefox, Chrome, Safari whether on mac or windows.

Moreover, console log outputs several CSS errors : CS3111: @font-face encountered unknown error. (Not sure if this is related).

Item Version
generator-angular-fullstack 3.0.2
Node 4.2.3
npm 2.14.7
Operating System Windows 7
Browser IE 11.0.9600.18314
Item Answer
Transpiler Babel
Markup HTML
CSS CSS
Router ngRoute
Build Tool Grunt
Client Tests Jasmine
DB MongoDB
SocketIO n
Auth Y
Bootstrap Y
UiBootstrap Y

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions