Anonymous | Login | Signup for a new account | 12-17-2024 10:48 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001541 | [Resin] | minor | always | 01-05-07 08:55 | 02-12-07 10:37 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | sam | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.1 | Product Version | |||||
Product Build | |||||||||
Summary | 0001541: rewrite-dispatch and headers | ||||||||
Description |
(rep by Rick Mann) We're trying to replace using Apache in some cases with Resin. One of the things we need to do is prevent access to certain resources if the referring URL is not from the same domain. In Apache we do this with: <Location /> RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?keepmedia.com/.*$ [^] [NC] RewriteRule \.(gif|jpg|png)$ - [F] </Location> Is it possible to do this (without writing a servlet or filter) in resin.conf? |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |