ibrigadir / opendatakit

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

Using URL Rewrite in IIS, the post login URL in Aggregate is not correctly formed #479

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 1. Setup IIS using the ARR module to generate url rewrite rules to  route requests to Aggregate, but without the port number in the URL
 2. Sign into Aggregate
 3. the URL is not well formed and consists of e.g. http://myDomainwithoutPortNum/ODKAggregate/http://myDomainwithoutPortNum/ODKAggregate/Aggregate.html

What is the expected output? What do you see instead?
 Expected: http://myDomainwithoutPortNum/ODKAggregate/Aggregate.html
 Actual:http://myDomainwithoutPortNum/ODKAggregate/http://myDomainwithoutPortNum/ODKAggregate/Aggregate.html

What version of the product are you using? On what operating system?

Windows Server 2008, Chrome Browser; Aggregate 1.0.2

Please provide any additional information below.

Possible solution - Change the way that the post login URL is formed.  My guess 
is that the url is tokenised, perhaps using the 8080 port as a way of splitting 
the URL.  Instead, the / or \ could be used.

This is the only step where this is an issue, all the other links between pages 
work fine.

Original issue reported on code.google.com by iom.pkim...@gmail.com on 16 Dec 2011 at 10:05

GoogleCodeExporter commented 9 years ago
Is this with the OpenId (Google) login sequence, 
or with the Aggregate username/password login sequence?

Also, please attach a HTTPFox listing of a login sequence demonstrating this 
issue.

Original comment by mitchellsundt@gmail.com on 17 Dec 2011 at 9:14

GoogleCodeExporter commented 9 years ago
Please test again with v1.0.4

I updated all the jars to the very latest versions.  I suspect the problem is 
in the openid4java jar, and it may have been fixed with the update.

Original comment by mitchellsundt@gmail.com on 18 Jan 2012 at 10:03