[Webkit-unassigned] [Bug 29763] New: Epiphany doesn't load Chillispot authentication form
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 26 05:08:59 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29763
Summary: Epiphany doesn't load Chillispot authentication form
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: plaes at plaes.org
Created an attachment (id=40165)
--> (https://bugs.webkit.org/attachment.cgi?id=40165)
portal_redirect.txt
My campus uses chillispot for network authentication, but epiphany doesn't
load/show the authentication form.
Although, I do not have full details on how it fully works, this is the
situation:
1) When user requests an URL and his/hers MAC is not authenticated, he gets
following response:
302 Moved temporarily
Location:
http://172.17.0.1:3990/www/portal.html?loginurl=https%3a%2f%2fpath-to-chillispot-server%2fuam%2f%3fres%3dnotyet%26uamip%3d172.17.0.1%26uamport%3d3990%26challenge%3d99e25b81affffe9b4dffcf6ff5cacd49%26mac%3d00-13-ff-ff-ff-ff%26ip%3d172.17.xxx.yyy%26called%3d00-1B-ff-ff-ff-ff%26nasid%3dobfuscated%26userurl%3dhttp%253a%252f%252fwebkitgtk.org%252f
2) portal.html uses javascript redirect to load a new page (see
portal_redirect.txt for code). This new url is:
https%3a%2f%2fpath-to-chillispot-server%2fuam%2f%3fres%3dnotyet%26uamip%3d172.17.0.1%26uamport%3d3990%26challenge%3d99e25b81affffe9b4dffcf6ff5cacd49%26mac%3d00-13-ff-ff-ff-ff%26ip%3d172.17.xxx.yyy%26called%3d00-1B-ff-ff-ff-ff%26nasid%3dobfuscated%26userurl%3dhttp%253a%252f%252fwebkitgtk.org%252f
3) New page is simple html page that calls portal.js (see portal_js.txt for
code)
4) From portal.js, another javascript file is loaded -
http://172.17.0.1:3390/www/chillijs.chi (see chillijs_chi.txt for contents)
This is the last thing that is loaded when using epiphany
5) (now with firefox) Another script gets loaded -
http://172.17.0.1:3390/www/chillijs.chi ... that contains the innerhtml
containing login form.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list