You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Florian Holeczek (JIRA)" <ji...@apache.org> on 2011/09/14 22:22:09 UTC

[jira] [Created] (JSPWIKI-705) If possible, log a clear hint for the meantime

If possible, log a clear hint for the meantime
----------------------------------------------

                 Key: JSPWIKI-705
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
             Project: JSPWiki
          Issue Type: Sub-task
          Components: Servlet Container/Java compatibility
    Affects Versions: 2.8.4, 2.8.3, 2.8.2, 2.8.1, 2.8
            Reporter: Florian Holeczek
            Assignee: Florian Holeczek


If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
This should of course only be a transitional hack.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107628#comment-13107628 ] 

Harry Metske commented on JSPWIKI-705:
--------------------------------------

I'll have a look tonight, thanks.

> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>             Fix For: 2.8.5
>
>         Attachments: JSPWIKI-705.patch
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105155#comment-13105155 ] 

Florian Holeczek commented on JSPWIKI-705:
------------------------------------------

Also add a hint to the README.
Does this affect 3.0, too?


> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek updated JSPWIKI-705:
-------------------------------------

    Attachment: JSPWIKI-705.patch

> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>             Fix For: 2.8.5
>
>         Attachments: JSPWIKI-705.patch
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107420#comment-13107420 ] 

Harry Metske commented on JSPWIKI-705:
--------------------------------------

I built the check in SessionMonitor, this is the first piece of JSPWiki code that get's control (and immediately fails because it tries to init a logger, which fails if java security is active).
See the committed changes, let me know if you want something else.

(Doing something in Install.jsp makes no sense since the whole webapp (JSPWiki) does not get started.)

> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>             Fix For: 2.8.5
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek resolved JSPWIKI-705.
--------------------------------------

    Resolution: Fixed
      Assignee:     (was: Florian Holeczek)
    
> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>             Fix For: 2.8.5, 3.0, 2.9
>
>         Attachments: JSPWIKI-705.patch
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
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] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek closed JSPWIKI-705.
------------------------------------


Closing this, since 2.9 has been released
                
> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>             Fix For: 2.8.5, 3.0, 2.9
>
>         Attachments: JSPWIKI-705.patch
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harry Metske closed JSPWIKI-705.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

Fixed in 2.8.5-svn-9 and 3.0.0-svn-232.

> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>             Fix For: 2.8.5, 3.0
>
>         Attachments: JSPWIKI-705.patch
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13106012#comment-13106012 ] 

Florian Holeczek commented on JSPWIKI-705:
------------------------------------------

Also see JSPWIKI-698. Should be done in 2.8.5.

> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13108952#comment-13108952 ] 

Florian Holeczek commented on JSPWIKI-705:
------------------------------------------

Updates the ReleaseNotes, too.

> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>             Fix For: 2.8.5, 3.0
>
>         Attachments: JSPWIKI-705.patch
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107536#comment-13107536 ] 

Florian Holeczek commented on JSPWIKI-705:
------------------------------------------

Hi Harry,

unfortunately you're right with the Install.jsp - but would have been extremely user friendly :-)

Regarding your commit, I had chosen a different approach (see the attached patch).
The main difference is that it doesn't prevent the wiki from being started. This way, a workaround (full permissions for this webapp) may be applied without needing to recompile.

WDYT?


> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>             Fix For: 2.8.5
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek reopened JSPWIKI-705:
--------------------------------------


Reopen in order to add fix version 2.9
                
> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>             Fix For: 2.8.5, 3.0, 2.9
>
>         Attachments: JSPWIKI-705.patch
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
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] [Updated] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek updated JSPWIKI-705:
-------------------------------------

    Summary: Log a clear hint to a running security manager  (was: If possible, log a clear hint for the meantime)

changed summary

> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek updated JSPWIKI-705:
-------------------------------------

    Fix Version/s: 2.9
    
> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>             Fix For: 2.8.5, 3.0, 2.9
>
>         Attachments: JSPWIKI-705.patch
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
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] [Updated] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek updated JSPWIKI-705:
-------------------------------------

    Fix Version/s: 2.8.5

> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>             Fix For: 2.8.5
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JSPWIKI-705) Log a clear hint to a running security manager

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13106023#comment-13106023 ] 

Florian Holeczek commented on JSPWIKI-705:
------------------------------------------

maybe also warn in Install.jsp

> Log a clear hint to a running security manager
> ----------------------------------------------
>
>                 Key: JSPWIKI-705
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-705
>             Project: JSPWiki
>          Issue Type: Sub-task
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4
>            Reporter: Florian Holeczek
>            Assignee: Florian Holeczek
>             Fix For: 2.8.5
>
>
> If possible, log a clear hint to a running security manager being a problem for JSPWiki, in order to avoid long and difficult problem analysis in users' environments.
> This should of course only be a transitional hack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira