[Bps-public-commit] RT-BugTracker-Public branch, master, updated. 1f84c79625964a7fb870e3436fee31c2db855fdf

Thomas Sibley trs at bestpractical.com
Fri Aug 10 14:34:42 EDT 2012


The branch, master has been updated
       via  1f84c79625964a7fb870e3436fee31c2db855fdf (commit)
      from  7070df4720d809c5a5cc3aa2ee16fff641aebdbe (commit)

Summary of changes:
 README                      | 12 ------------
 lib/RT/BugTracker/Public.pm | 12 ------------
 2 files changed, 24 deletions(-)

- Log -----------------------------------------------------------------
commit 1f84c79625964a7fb870e3436fee31c2db855fdf
Author: Ian Norton <IDN at cpan.org>
Date:   Fri Aug 10 17:37:35 2012 +0100

    Removing mention of WebNoAuthRegex
    
    The defaults are fine so we don't need to make changes to this.

diff --git a/README b/README
index 66eb2fe..bcfe8bb 100644
--- a/README
+++ b/README
@@ -7,18 +7,6 @@ CONFIGURATION
     of configuration and sane defaults. Add require in the main
     RT_SiteConfig.pm or define options there.
 
-  NoAuthRegexp
-    As public shouldn't require authentication then you should add
-    '/Public/' path to NoAuthRegexp option, something like:
-
-        Set($WebNoAuthRegex, qr!^(?:/+NoAuth/|
-                                    /+Public/|
-                                    /+REST/\d+\.\d+/NoAuth/)!x );
-
-    Note that if you have multiple extensions that want to change this
-    option then you have to merge them manually into one perl regular
-    expression.
-
   WebPublicUser
     Make sure to create the public user in your RT system and add the line
     below to your RT_SiteConfig.pm.
diff --git a/lib/RT/BugTracker/Public.pm b/lib/RT/BugTracker/Public.pm
index 1ce7164..6110d65 100644
--- a/lib/RT/BugTracker/Public.pm
+++ b/lib/RT/BugTracker/Public.pm
@@ -64,18 +64,6 @@ You can find F<local/etc/BugTracker-Public/RT_SiteConfig.pm> with example of
 configuration and sane defaults. Add require in the main F<RT_SiteConfig.pm> or
 define options there.
 
-=head2 NoAuthRegexp
-
-As public shouldn't require authentication then you should add '/Public/' path
-to NoAuthRegexp option, something like:
-
-    Set($WebNoAuthRegex, qr!^(?:/+NoAuth/|
-                                /+Public/|
-                                /+REST/\d+\.\d+/NoAuth/)!x );
-
-Note that if you have multiple extensions that want to change this option then
-you have to merge them manually into one perl regular expression.
-
 =head2 WebPublicUser
 
 Make sure to create the public user in your RT system and add the line below

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list