You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Mihail Slobodyanuk (Created) (JIRA)" <ji...@apache.org> on 2012/01/27 19:40:10 UTC

[jira] [Created] (TAP5-1836) "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"

"LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"
------------------------------------------------------------------------------------------------

                 Key: TAP5-1836
                 URL: https://issues.apache.org/jira/browse/TAP5-1836
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3.1
            Reporter: Mihail Slobodyanuk


"LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address but my request object return "0:0:0:0:0:0:0:1" and pages not whitelisted on localhost 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1836) "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215286#comment-13215286 ] 

Hudson commented on TAP5-1836:
------------------------------

Integrated in tapestry-5.3-freestyle #12 (See [https://builds.apache.org/job/tapestry-5.3-freestyle/12/])
    TAP5-1836: Add 0:0:0:0:0:0:0:1 as another recognized value for remoteHost meaning local (Revision 1293003)

     Result = SUCCESS
hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293003
Files : 
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/security/LocalhostOnly.java

                
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1836
>                 URL: https://issues.apache.org/jira/browse/TAP5-1836
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Mihail Slobodyanuk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address but my request object return "0:0:0:0:0:0:0:1" and pages not whitelisted on localhost 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1836) "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215211#comment-13215211 ] 

Hudson commented on TAP5-1836:
------------------------------

Integrated in tapestry-trunk-freestyle #686 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/686/])
    TAP5-1836: Add 0:0:0:0:0:0:0:1 as another recognized value for remoteHost meaning local (Revision 1293000)

     Result = SUCCESS
hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293000
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/security/LocalhostOnly.java

                
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1836
>                 URL: https://issues.apache.org/jira/browse/TAP5-1836
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Mihail Slobodyanuk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address but my request object return "0:0:0:0:0:0:0:1" and pages not whitelisted on localhost 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1836) "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"

Posted by "Steve Eynon (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224971#comment-13224971 ] 

Steve Eynon commented on TAP5-1836:
-----------------------------------

For those using 5.3.2 this contribution to your AppModule gets round the issue:

	@Contribute(ClientWhitelist.class)
	public static void extendLocalhost(OrderedConfiguration<WhitelistAnalyzer> configuration) {
		configuration.add("LocalhostOnly", new WhitelistAnalyzer() {
			@Override	// standard T5 only allows localhost & "0:0:0:0:0:0:0:1%0"
			public boolean isRequestOnWhitelist(Request request) {
				return request.getRemoteHost().equals("0:0:0:0:0:0:0:1");
			}
		});
	}

                
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1836
>                 URL: https://issues.apache.org/jira/browse/TAP5-1836
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Mihail Slobodyanuk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address but my request object return "0:0:0:0:0:0:0:1" and pages not whitelisted on localhost 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1836) "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1836.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3.3
         Assignee: Howard M. Lewis Ship
    
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1836
>                 URL: https://issues.apache.org/jira/browse/TAP5-1836
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Mihail Slobodyanuk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address but my request object return "0:0:0:0:0:0:0:1" and pages not whitelisted on localhost 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1836) "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"

Posted by "Steve Eynon (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224971#comment-13224971 ] 

Steve Eynon commented on TAP5-1836:
-----------------------------------

For those using 5.3.2 this contribution to your AppModule gets round the issue:

	@Contribute(ClientWhitelist.class)
	public static void extendLocalhost(OrderedConfiguration<WhitelistAnalyzer> configuration) {
		configuration.add("LocalhostOnly", new WhitelistAnalyzer() {
			@Override	// standard T5 only allows localhost & "0:0:0:0:0:0:0:1%0"
			public boolean isRequestOnWhitelist(Request request) {
				return request.getRemoteHost().equals("0:0:0:0:0:0:0:1");
			}
		});
	}

                
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1836
>                 URL: https://issues.apache.org/jira/browse/TAP5-1836
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Mihail Slobodyanuk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address but my request object return "0:0:0:0:0:0:0:1" and pages not whitelisted on localhost 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1836) "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215211#comment-13215211 ] 

Hudson commented on TAP5-1836:
------------------------------

Integrated in tapestry-trunk-freestyle #686 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/686/])
    TAP5-1836: Add 0:0:0:0:0:0:0:1 as another recognized value for remoteHost meaning local (Revision 1293000)

     Result = SUCCESS
hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293000
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/security/LocalhostOnly.java

                
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1836
>                 URL: https://issues.apache.org/jira/browse/TAP5-1836
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Mihail Slobodyanuk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address but my request object return "0:0:0:0:0:0:0:1" and pages not whitelisted on localhost 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1836) "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215286#comment-13215286 ] 

Hudson commented on TAP5-1836:
------------------------------

Integrated in tapestry-5.3-freestyle #12 (See [https://builds.apache.org/job/tapestry-5.3-freestyle/12/])
    TAP5-1836: Add 0:0:0:0:0:0:0:1 as another recognized value for remoteHost meaning local (Revision 1293003)

     Result = SUCCESS
hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293003
Files : 
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/security/LocalhostOnly.java

                
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1836
>                 URL: https://issues.apache.org/jira/browse/TAP5-1836
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Mihail Slobodyanuk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address but my request object return "0:0:0:0:0:0:0:1" and pages not whitelisted on localhost 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1836) "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1836.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3.3
         Assignee: Howard M. Lewis Ship
    
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address instead "0:0:0:0:0:0:0:1"
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1836
>                 URL: https://issues.apache.org/jira/browse/TAP5-1836
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Mihail Slobodyanuk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> "LocalhostOnly" WhitelistAnalyzer check "0:0:0:0:0:0:0:1%0" ip address but my request object return "0:0:0:0:0:0:0:1" and pages not whitelisted on localhost 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira