Index: TWiki.pm
===================================================================
--- TWiki.pm (revision 3186)
+++ TWiki.pm (working copy)
@@ -2035,7 +2035,7 @@
my $rev = $params{"rev"} || "";
my $warn = $params{"warn"} || "";
- if( $incfile =~ /^http\:/ ) {
+ if( $incfile =~ /^https?\:/ ) {
# include web page
return handleIncludeUrl( $incfile, $pattern, $theWeb, $theTopic );
}
Change is in SVN's MainBranch.
A possible enhancement is IncludeUrlWithHttpsProtocol.
Contributors: | ChangeProposalForm | |
|---|---|
| TopicClassification | FeatureRequest |
| TopicSummary | INCLUDE Attachment With https Protocol |
| CurrentState | MergedToCore |
| OutstandingIssues | ProposedFor blank |
| RelatedTopics | Support.TopicAllegedNotToExist |
| InterestedParties | |
| ProposedFor | |
| TWikiContributors | PeterThoeny |
| HasPriority | 100 |