You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Valentin Valchev (JIRA)" <ji...@apache.org> on 2015/08/06 17:06:04 UTC

[jira] [Commented] (FELIX-4992) Webconsole config admin set fails with Lightweight HTTP

    [ https://issues.apache.org/jira/browse/FELIX-4992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14660136#comment-14660136 ] 

Valentin Valchev commented on FELIX-4992:
-----------------------------------------

This is because most java http servers in their HttpServletResponse.sendRedirect() send the location header and set SC_FOUND status code (302)., while httplite sends SC_TEMPORARY_REDIRECT (307).



> Webconsole config admin set fails with Lightweight HTTP
> -------------------------------------------------------
>
>                 Key: FELIX-4992
>                 URL: https://issues.apache.org/jira/browse/FELIX-4992
>             Project: Felix
>          Issue Type: Bug
>          Components: Lightweight HTTP Service, Web Console
>    Affects Versions: webconsole-4.2.10
>         Environment: debian linux amd64 1.7 or 1.8 jvm firefox (debian iceweasel)
>            Reporter: Ed Schaller
>
> Attempting to set or modify a configuration property results in the browser repeatedly asking to allow a redirect. This happens repeatedly (10+ times) until finaly an ajax error is presented. In the case of creating a new configuration for a factory, the configuration is created with the default values despite the loop but the values that were attempted to be set don't get set.
> httplite-0.1.4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)