Closed GoogleCodeExporter closed 9 years ago
Original comment by wbrune...@gmail.com
on 20 May 2011 at 9:43
In the security.properties configuration, there are two settings:
security.server.port=80
security.server.securePort=443
Please set these to be the ports that the browser will see.
In this case, they should be 80 and 443.
(Note that they need to be either 80 & 443 or 8080 & 8443 -- this is
configuration shortcoming of the Spring security 3.0.5 framework).
Let me know if this does not resolve the issue.
Original comment by mitchellsundt@gmail.com
on 20 May 2011 at 9:50
Hi Mitchet. It doesn't work. Still having 8080 as port instead of 80
Original comment by yecarri...@gmail.com
on 23 May 2011 at 4:49
Forms list are returning XML including port:
http://server.example.com/odk/formList
<forms>
<form
url="http://server.example.com:8080/odk/formXml?formId=build_form1">form1</form>
</forms>
With described configuration, this list should be without 8080 port
Original comment by yecarri...@gmail.com
on 26 May 2011 at 5:41
The port configuration will either be applied everywhere or not, so this is
expected. I won't have time to look into this in the near term.
Original comment by mitchellsundt@gmail.com
on 27 May 2011 at 9:40
I believe this is addressed by changeset
http://code.google.com/p/opendatakit/source/detail?r=cf6bdec216cfe55da858523064d
8d9dc73b89f0f&name=uiexperiment&repo=aggregate
Created a verification build for Yesid to try....
Original comment by mitchellsundt@gmail.com
on 1 Jul 2011 at 7:34
Marking as fixed; awaiting fix verification.
Original comment by mitchellsundt@gmail.com
on 1 Jul 2011 at 8:25
add Beta tag. Presumed fixed.
Original comment by mitchellsundt@gmail.com
on 20 Jul 2011 at 12:08
Original issue reported on code.google.com by
yecarri...@gmail.com
on 12 May 2011 at 8:38